diff options
author | V Sowmya <v.sowmya@intel.com> | 2017-09-12 13:42:06 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-09-16 22:40:45 +0000 |
commit | 79f8f22499bb662cc7ea3ed77aafe56db5100d63 (patch) | |
tree | 4ea8f2c1618b43b8f08e430530d9f1ef6d601b1c /src/mainboard/google/poppy | |
parent | a21d0a1073907b5a87fd31fa195456523d616165 (diff) | |
download | coreboot-79f8f22499bb662cc7ea3ed77aafe56db5100d63.tar.xz |
mb/google/poppy: Add lens_focus property for OV13858 camera module
Add lens_focus property with reference to VCM device for OV13858
camera module to register the corresponding v4l2 sub-device
asynchronously.
BUG=b:64133998
BRANCH=none
TEST=Build and boot soraka. Dump DSDT and verified that it has the
required entries and verified the camera functionality.
Change-Id: Ib22403f668dd07d6b9226fe2c22b533223b69473
Signed-off-by: V Sowmya <v.sowmya@intel.com>
Reviewed-on: https://review.coreboot.org/21512
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/poppy')
-rw-r--r-- | src/mainboard/google/poppy/acpi/mipi_camera.asl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/google/poppy/acpi/mipi_camera.asl b/src/mainboard/google/poppy/acpi/mipi_camera.asl index 3cf4ec0196..6d9090d53c 100644 --- a/src/mainboard/google/poppy/acpi/mipi_camera.asl +++ b/src/mainboard/google/poppy/acpi/mipi_camera.asl @@ -649,8 +649,10 @@ Scope (\_SB.PCI0.I2C2) ToUUID ("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"), Package () { Package () { "clock-frequency", 19200000 }, + Package () { "lens-focus", + Package () { \_SB.PCI0.I2C2.VCM0 } + } } - }) Name (PRT0, Package() { |