From 79f8f22499bb662cc7ea3ed77aafe56db5100d63 Mon Sep 17 00:00:00 2001 From: V Sowmya Date: Tue, 12 Sep 2017 13:42:06 +0530 Subject: 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 Reviewed-on: https://review.coreboot.org/21512 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/mainboard/google/poppy/acpi/mipi_camera.asl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainboard/google/poppy/acpi') 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() { -- cgit v1.2.3