From a02b65c40b2e29ae3e5f3a326feb3cdaaeabe87f Mon Sep 17 00:00:00 2001 From: V Sowmya Date: Wed, 21 Jun 2017 10:32:17 +0530 Subject: mainboard/google/poppy: Update world facing camera sensor Update the world facing camera sensor to OV13858 and also add delay of 5ms after xshutdown rising which indicates system ready status. BUG=b:38326541 BRANCH=none TEST=Build and boot soraka. Dump and verify that the generated DSDT table has the required entries. Verified that sensor probe is successfull. Change-Id: I0cd535e6568f104ffaa1092a13667def646df0eb Signed-off-by: V Sowmya Reviewed-on: https://review.coreboot.org/20292 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Naresh Solanki --- src/mainboard/google/poppy/acpi/mipi_camera.asl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/poppy/acpi/mipi_camera.asl b/src/mainboard/google/poppy/acpi/mipi_camera.asl index 5e5ff7fa5d..d32e7a3e08 100644 --- a/src/mainboard/google/poppy/acpi/mipi_camera.asl +++ b/src/mainboard/google/poppy/acpi/mipi_camera.asl @@ -331,6 +331,7 @@ Scope (\_SB.PCI0.I2C2) } Sleep(3) \_SB.PCI0.I2C2.CAM0.CRST(1) + Sleep(5) STA = 1 } @@ -483,9 +484,9 @@ Scope (\_SB.PCI0.I2C2) Device (CAM0) { - Name (_HID, "OVTID850") /* _HID: Hardware ID */ + Name (_HID, "OVTID858") /* _HID: Hardware ID */ Name (_UID, Zero) /* _UID: Unique ID */ - Name (_DDN, "OV 13850 Camera") /* _DDN: DOS Device Name */ + Name (_DDN, "OV 13858 Camera") /* _DDN: DOS Device Name */ Name (CAMD, 0x02) Method (_STA, 0, NotSerialized) /* _STA: Status */ -- cgit v1.2.3