summaryrefslogtreecommitdiff
path: root/src/mainboard/google/poppy/variants/nautilus
diff options
context:
space:
mode:
authorAlan Chiang <alanx.chiang@intel.com>2018-07-24 13:58:09 +0800
committerPatrick Georgi <pgeorgi@google.com>2018-07-30 18:48:02 +0000
commite81b2e4712c538277f761f5780da5ee9b5a9ffc1 (patch)
treefe1da2dbe1e449d1c79717f875304e882444b158 /src/mainboard/google/poppy/variants/nautilus
parent448f5abaf05564a4fa56b482f1f63daf3cf66509 (diff)
downloadcoreboot-e81b2e4712c538277f761f5780da5ee9b5a9ffc1.tar.xz
mb/google/nautilus: Remove obsolete fields
Some fields were only required during early stages of IPU3. Remove some fields that aren't used for the current version of IPU3. BUG:None TEST=Launch camera app and check if it works properly. Change-Id: I72bcba13cc353a1b16fedeb7543fbbac432fbf5d Signed-off-by: Alan Chiang <alanx.chiang@intel.com> Reviewed-on: https://review.coreboot.org/27617 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Andy Yeh <andy.yeh@intel.com> Reviewed-by: Rizwan Qureshi <rizwan.qureshi@intel.com> Reviewed-by: Rajmohan Mani <rajmohan.mani@intel.com> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/poppy/variants/nautilus')
-rw-r--r--src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl b/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl
index 2b5353140a..92612cd6cb 100644
--- a/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl
+++ b/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl
@@ -20,7 +20,6 @@ Scope (\_SB.PCI0.I2C2)
Name (_HID, "SONY258A") /* _HID: Hardware ID */
Name (_UID, Zero) /* _UID: Unique ID */
Name (_DDN, "SONY IMX258 Camera") /* _DDN: DOS Device Name */
- Name (CAMD, 0x02)
Method (_STA, 0, NotSerialized) /* _STA: Status */
{
@@ -82,25 +81,6 @@ Scope (\_SB.PCI0.I2C2)
},
}
})
-
- Method (SSDB, 0, Serialized)
- {
- Return (Buffer (0x5E)
- {
- /* 0000 */ 0x00, 0x50, 0x00, 0x00, 0x00, 0x00,0x00, 0x00,
- /* 0008 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- /* 0010 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- /* 0018 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00,
- /* 0020 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- /* 0028 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- /* 0030 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- /* 0038 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- /* 0040 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- /* 0048 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x03,
- /* 0050 */ 0x09, 0x00, 0x02, 0x01, 0x00, 0x01, 0x00, 0x36,
- /* 0058 */ 0x6E, 0x01, 0x00, 0x00, 0x00, 0x00
- })
- }
}
Device (VCM0)
@@ -108,7 +88,6 @@ Scope (\_SB.PCI0.I2C2)
Name (_HID, "PRP0001") /* _HID: Hardware ID */
Name (_UID, Zero) /* _UID: Unique ID */
Name (_DDN, "Dongwoon AF DAC") /* _DDN: DOS Device Name */
- Name (CAMD, 0x03)
Method (_STA, 0, NotSerialized) /* _STA: Status */
{