[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy: Add lens_focus property for OV13858 camera module

V Sowmya (Code Review) gerrit at coreboot.org
Tue Sep 12 10:45:45 CEST 2017


V Sowmya has uploaded this change for review. ( https://review.coreboot.org/21512


Change subject: mb/google/poppy: Add lens_focus property for OV13858 camera module
......................................................................

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.

Change-Id: Ib22403f668dd07d6b9226fe2c22b533223b69473
Signed-off-by: V Sowmya <v.sowmya at intel.com>
---
M src/mainboard/google/poppy/acpi/mipi_camera.asl
1 file changed, 3 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/21512/1

diff --git a/src/mainboard/google/poppy/acpi/mipi_camera.asl b/src/mainboard/google/poppy/acpi/mipi_camera.asl
index 0732abb..595868d 100644
--- a/src/mainboard/google/poppy/acpi/mipi_camera.asl
+++ b/src/mainboard/google/poppy/acpi/mipi_camera.asl
@@ -649,8 +649,10 @@
 			ToUUID ("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
 			Package () {
 				Package () { "clock-frequency", 19200000 },
+				Package () { "lens-focus",
+					Package () { \_SB.PCI0.I2C2.VCM0, 0, 0 }
+				}
 			}
-
 		})
 
 		Name (PRT0, Package() {

-- 
To view, visit https://review.coreboot.org/21512
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib22403f668dd07d6b9226fe2c22b533223b69473
Gerrit-Change-Number: 21512
Gerrit-PatchSet: 1
Gerrit-Owner: V Sowmya <v.sowmya at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170912/0875e373/attachment.html>


More information about the coreboot-gerrit mailing list