diff options
author | V Sowmya <v.sowmya@intel.com> | 2017-06-21 10:32:17 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-06-27 16:04:39 +0000 |
commit | a02b65c40b2e29ae3e5f3a326feb3cdaaeabe87f (patch) | |
tree | 19c96b3619a30eed167bbda7a42d3f802f00262e | |
parent | c8aa2d81f60fb79c988abacb1de5e2674a63ee17 (diff) |
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 <v.sowmya@intel.com>
Reviewed-on: https://review.coreboot.org/20292
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Naresh Solanki <naresh.solanki@intel.com>
-rw-r--r-- | src/mainboard/google/poppy/acpi/mipi_camera.asl | 5 |
1 files changed, 3 insertions, 2 deletions
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 */ |