From e81b2e4712c538277f761f5780da5ee9b5a9ffc1 Mon Sep 17 00:00:00 2001 From: Alan Chiang Date: Tue, 24 Jul 2018 13:58:09 +0800 Subject: 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 Reviewed-on: https://review.coreboot.org/27617 Tested-by: build bot (Jenkins) Reviewed-by: Andy Yeh Reviewed-by: Rizwan Qureshi Reviewed-by: Rajmohan Mani Reviewed-by: Furquan Shaikh --- .../variants/nautilus/include/variant/acpi/cam0.asl | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src') 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 */ { -- cgit v1.2.3