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

Commit 56dddd95 authored by Depeng Shao's avatar Depeng Shao Committed by Suresh Vankadara
Browse files

ARM: dts: msm: Update rear aux camera configuration for sdm845 MTP/CDP



Update the camera actuator, roll position configuration for rear
aux camera.

Change-Id: Id61cbceea30af84151a45c041d666e59e780b40d
Signed-off-by: default avatarSuresh Vankadara <svankada@codeaurora.org>
parent 0a74024b
Loading
Loading
Loading
Loading
+16 −2
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@
		rgltr-load-current = <0>;
	};

	actuator_front: qcom,actuator@1 {
	actuator_rear_aux: qcom,actuator@1 {
		cell-index = <1>;
		reg = <0x1>;
		compatible = "qcom,actuator";
@@ -100,6 +100,19 @@
		rgltr-load-current = <0>;
	};

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

	ois_rear: qcom,ois@0 {
		cell-index = <0>;
		reg = <0x0>;
@@ -289,9 +302,10 @@
		compatible = "qcom,cam-sensor";
		reg = <0x1>;
		csiphy-sd-index = <1>;
		sensor-position-roll = <90>;
		sensor-position-roll = <270>;
		sensor-position-pitch = <0>;
		sensor-position-yaw = <180>;
		actuator-src = <&actuator_rear_aux>;
		eeprom-src = <&eeprom_rear_aux>;
		cam_vdig-supply = <&camera_ldo>;
		cam_vio-supply = <&pm8998_lvs1>;
+16 −2
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@
		rgltr-load-current = <0>;
	};

	actuator_front: qcom,actuator@1 {
	actuator_rear_aux: qcom,actuator@1 {
		cell-index = <1>;
		reg = <0x1>;
		compatible = "qcom,actuator";
@@ -100,6 +100,19 @@
		rgltr-load-current = <0>;
	};

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

	ois_rear: qcom,ois@0 {
		cell-index = <0>;
		reg = <0x0>;
@@ -289,9 +302,10 @@
		compatible = "qcom,cam-sensor";
		reg = <0x1>;
		csiphy-sd-index = <1>;
		sensor-position-roll = <90>;
		sensor-position-roll = <270>;
		sensor-position-pitch = <0>;
		sensor-position-yaw = <180>;
		actuator-src = <&actuator_rear_aux>;
		eeprom-src = <&eeprom_rear_aux>;
		cam_vdig-supply = <&camera_ldo>;
		cam_vio-supply = <&pm8998_lvs1>;