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

Commit 5a014daa authored by Jigarkumar Kishorkumar Zala's avatar Jigarkumar Kishorkumar Zala
Browse files

ARM: dts: msm: add PON regulator support to flash LED



Add multiple power source, in order to support PON
regulator for torch/switch node. Torch/Switch node can
enable PON regulator when torch is in use and disable it
when torch disablement is called, in order to
notify PON regulator to set/deset spare bits to prevent from
blinking when torch is in suspend.

Change-Id: I573b8927c40a8425c8f4a3911d1775c3b4b80db2
Signed-off-by: default avatarJigarkumar Kishorkumar Zala <j_zala@codeaurora.org>
parent 3939b483
Loading
Loading
Loading
Loading
+8 −6
Original line number Original line Diff line number Diff line
@@ -668,8 +668,6 @@
				qcom,id = <0>;
				qcom,id = <0>;
				qcom,current = <120>;
				qcom,current = <120>;
				qcom,max-current = <200>;
				qcom,max-current = <200>;
				boost-supply = <&pmi8994_boostbypass>;
				boost-voltage-max = <3600000>;
			};
			};


			pmi8994_torch1: qcom,torch_1 {
			pmi8994_torch1: qcom,torch_1 {
@@ -680,8 +678,6 @@
				qcom,id = <1>;
				qcom,id = <1>;
				qcom,current = <120>;
				qcom,current = <120>;
				qcom,max-current = <200>;
				qcom,max-current = <200>;
				boost-supply = <&pmi8994_boostbypass>;
				boost-voltage-max = <3600000>;
			};
			};


			pmi8994_switch: qcom,switch {
			pmi8994_switch: qcom,switch {
@@ -693,8 +689,14 @@
				qcom,current = <625>;
				qcom,current = <625>;
				qcom,max-current = <1000>;
				qcom,max-current = <1000>;
				qcom,duration = <1280>;
				qcom,duration = <1280>;
				boost-supply = <&pmi8994_boostbypass>;
				reg0 {
				boost-voltage-max = <3600000>;
					regulator-name =
						"pmi8994_boostbypass";
					max-voltage = <3600000>;
				};
				reg1 {
					regulator-name = "pon_spare_reg";
				};
			};
			};
		};
		};
	};
	};