diff options
author | Naresh G Solanki <naresh.solanki@intel.com> | 2017-06-04 01:22:44 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-06-09 16:15:07 +0200 |
commit | 5e10422df2bf8f522b971e598857b390ffc7061a (patch) | |
tree | 88850ed0b3bdbdd9bbeac086b365fc61da3804c3 /src | |
parent | 0dc405de980a22721e9faba9127321f4849d10ab (diff) |
mb/google/soraka: Update UF camera i2c address
Update user facing camera i2c address to 0x36.
BUG=None
TEST=Build & boot on soraka. Make sure user facing camera is detected.
Change-Id: I4645ae5734faef4b6a821c04ab817a7b99da6e4b
Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com>
Reviewed-on: https://review.coreboot.org/20023
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/poppy/variants/soraka/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/poppy/variants/soraka/devicetree.cb b/src/mainboard/google/poppy/variants/soraka/devicetree.cb index 7efe413472..c38bf93635 100644 --- a/src/mainboard/google/poppy/variants/soraka/devicetree.cb +++ b/src/mainboard/google/poppy/variants/soraka/devicetree.cb @@ -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 |