Skip to content

Commit 4bd80c6

Browse files
author
André Apitzsch
committed
arm64: dts: qcom: msm8939-longcheer-l9100: add camera lens actuator for rear camera
Signed-off-by: André Apitzsch <git@apitzsch.eu>
1 parent e637f80 commit 4bd80c6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

arch/arm64/boot/dts/qcom/msm8939-longcheer-l9100.dts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,12 @@
342342
};
343343

344344
&cci_i2c0 {
345+
dw9761: actuator@c {
346+
compatible = "dongwoon,dw9761";
347+
reg = <0x0c>;
348+
vdd-supply = <&pm8916_l10>;
349+
};
350+
345351
camera-rear@10 {
346352
compatible = "sony,imx214";
347353
reg = <0x10>;
@@ -362,6 +368,8 @@
362368
orientation = <1>;
363369
rotation = <270>;
364370

371+
lens-focus = <&dw9761>;
372+
365373
port {
366374
imx214_ep: endpoint {
367375
data-lanes = <1 2 3 4>;
@@ -448,6 +456,11 @@
448456
};
449457

450458
&pm8916_rpm_regulators {
459+
pm8916_l10: l10 {
460+
regulator-min-microvolt = <2700000>;
461+
regulator-max-microvolt = <2800000>;
462+
};
463+
451464
pm8916_l17: l17 {
452465
regulator-min-microvolt = <2850000>;
453466
regulator-max-microvolt = <2850000>;

0 commit comments

Comments
 (0)