diff options
author | Naresh G Solanki <naresh.solanki@intel.com> | 2017-05-09 20:36:13 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-05-24 16:29:14 +0200 |
commit | b25b2329a9e03d1b019f989f0073ac7ef518fb38 (patch) | |
tree | a644bcfcb347ffb64fea06fd62baf8e8f523c264 /src/mainboard | |
parent | 37689fae3891d3c691063530c89054e1fecffb16 (diff) | |
download | coreboot-b25b2329a9e03d1b019f989f0073ac7ef518fb38.tar.xz |
mb/google/soraka: Update camera sensor for soraka
Soraka uses OV 13858 sensor. Hence update the same.
Change-Id: I4dd39a25da47e379cca3f8748250b3ce1ff61e50
Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com>
Reviewed-on: https://review.coreboot.org/19639
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/poppy/variants/soraka/devicetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/poppy/variants/soraka/devicetree.cb b/src/mainboard/google/poppy/variants/soraka/devicetree.cb index 39739e8c25..d7fe0e84ef 100644 --- a/src/mainboard/google/poppy/variants/soraka/devicetree.cb +++ b/src/mainboard/google/poppy/variants/soraka/devicetree.cb @@ -229,9 +229,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 |