Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fc13518 authored by Shankar Ravi's avatar Shankar Ravi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add actuator node for rear aux



Add the  dtsi node to control the actuator for
rear aux camera.

Change-Id: Ifd912067e728856d8dac49bb3d3ceaa22889606e
CRs-Fixed: 2319260
Signed-off-by: default avatarShankar Ravi <rshankar@codeaurora.org>
parent 7fd7a065
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -109,8 +109,21 @@
		rgltr-load-current = <100000>;
	};

	actuator_front: qcom,actuator@1 {
	actuator_rear_aux: qcom,actuator@1 {
		cell-index = <1>;
		reg = <0x0>;
		compatible = "qcom,actuator";
		cci-master = <1>;
		cam_vaf-supply = <&pm6150_l19>;
		regulator-names = "cam_vaf";
		rgltr-cntrl-support;
		rgltr-min-voltage = <2800000>;
		rgltr-max-voltage = <2800000>;
		rgltr-load-current = <100000>;
	};

	actuator_front: qcom,actuator@2 {
		cell-index = <2>;
		reg = <0x1>;
		compatible = "qcom,actuator";
		cci-master = <1>;
@@ -300,6 +313,7 @@
		sensor-position-pitch = <0>;
		sensor-position-yaw = <180>;
		led-flash-src = <&led_flash_rear_aux>;
		actuator-src = <&actuator_rear_aux>;
		eeprom-src = <&eeprom_rear_aux>;
		cam_vio-supply = <&pm6150_l13>;
		cam_vana-supply = <&camera_vana1_2_ldo>;