diff options
author | Naresh G Solanki <naresh.solanki@intel.com> | 2017-06-03 09:44:30 +0530 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2017-06-04 04:05:34 +0200 |
commit | e7cb29493d6e3c825d9a628582d1ef5d6e4ecd05 (patch) | |
tree | 7aa7a279fb6596771d2a22ae787c7e6b6ba3542f /src/mainboard/google | |
parent | 3de6d38642492b30d48b49d97f969881a863a664 (diff) | |
download | coreboot-e7cb29493d6e3c825d9a628582d1ef5d6e4ecd05.tar.xz |
mb/google/poppy: Update camera sensor
Update camera sensor detail to OV 13858
Also update i2c address of OV5670
BUG=None
TEST= Build & boot to ChromeOS. Check for both the camera detection.
Change-Id: I3b6192815201f605d3ebdb4bf54db26a8e837b35
Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com>
Reviewed-on: https://review.coreboot.org/20021
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/poppy/variants/baseboard/devicetree.cb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/poppy/variants/baseboard/devicetree.cb b/src/mainboard/google/poppy/variants/baseboard/devicetree.cb index 41974378e1..c38bf93635 100644 --- a/src/mainboard/google/poppy/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/poppy/variants/baseboard/devicetree.cb @@ -233,9 +233,9 @@ chip soc/intel/skylake device i2c 4d on end end chip drivers/intel/mipi_camera - register "acpi_hid" = ""OVTID850"" + register "acpi_hid" = ""OVTID858"" register "acpi_name" = ""CAM0"" - register "chip_name" = ""OV 13850 Camera"" + register "chip_name" = ""OV 13858 Camera"" register "device_type" = "INTEL_ACPI_CAMERA_SENSOR" # Camera SSDB buffer @@ -394,7 +394,7 @@ chip soc/intel/skylake register "pwdb[5].entry_type" = "INTEL_ACPI_CAMERA_REGULATOR" register "pwdb[5].delay_usec" = "3000" - device i2c 10 on end + device i2c 36 on end end end # I2C #4 device pci 1c.0 on |