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>
This commit is contained in:
V Sowmya 2017-06-21 10:32:17 +05:30 committed by Martin Roth
parent c8aa2d81f6
commit a02b65c40b
1 changed files with 3 additions and 2 deletions

View File

@ -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 */