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

Commit bbaef0db authored by Abhijeet Dharmapurikar's avatar Abhijeet Dharmapurikar Committed by Stephen Boyd
Browse files

ARM: dts: msm: Add batfet control regulator device



Add battery FET (batfet) regulator device that allows
consumers to control the batfet's HPM/LPM mode when the PMIC
goes to sleep.

CRs-Fixed: 503417
Change-Id: I69902be97af4c9d9c22a62594f9a33203691492e
Signed-off-by: default avatarAbhijeet Dharmapurikar <adharmap@codeaurora.org>
parent b8602e22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@
							"vdd-loop";
			};

			qcom,bat-if@1200 {
			pm8110_chg_batif: qcom,bat-if@1200 {
				status = "disabled";
				reg = <0x1200 0x100>;
				interrupts =	<0x0 0x12 0x0>,
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@
							"vdd-loop";
			};

			qcom,bat-if@1200 {
			pm8226_chg_batif: qcom,bat-if@1200 {
				status = "disabled";
				reg = <0x1200 0x100>;
				interrupts =	<0x0 0x12 0x0>,
+1 −1
Original line number Diff line number Diff line
@@ -250,7 +250,7 @@
						"vdd-loop";
		};

		qcom,bat-if@1200 {
		pm8941_chg_batif: qcom,bat-if@1200 {
			status = "disabled";
			reg = <0x1200 0x100>;
			interrupts =	<0x0 0x12 0x0>,
+4 −0
Original line number Diff line number Diff line
@@ -486,6 +486,10 @@
	otg-parent-supply = <&pm8226_chg_boost>;
};

&pm8226_chg_batif {
	regulator-name = "batfet";
};

&pm8226_chg_otg {
	regulator-name = "8226_smbbp_otg";
};
+4 −0
Original line number Diff line number Diff line
@@ -384,3 +384,7 @@
		};
	};
};

&pm8110_chg_batif {
	regulator-name = "batfet";
};
Loading