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

Commit 131d5f7d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Make LDO10, LDO9 always on"

parents 86e78341 bd41b271
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -27,6 +27,14 @@
	status = "disabled";
};

&pm8994_l9 {
	regulator-always-on;
};

&pm8994_l10 {
	regulator-always-on;
};

&mdm3 {
	pinctrl-names = "mdm_active", "mdm_suspend";
	pinctrl-0 = <&ap2mdm_active &mdm2ap_active>;
+7 −0
Original line number Diff line number Diff line
@@ -27,6 +27,13 @@
	status = "disabled";
};

&pm8994_l9 {
	regulator-always-on;
};

&pm8994_l10 {
	regulator-always-on;
};
&mdm3 {
	pinctrl-names = "mdm_active", "mdm_suspend";
	pinctrl-0 = <&ap2mdm_active &mdm2ap_active>;
+9 −0
Original line number Diff line number Diff line
@@ -27,6 +27,14 @@
	status = "disabled";
};

&pm8994_l9 {
	regulator-always-on;
};

&pm8994_l10 {
	regulator-always-on;
};

&mdm3 {
	pinctrl-names = "mdm_active", "mdm_suspend";
	pinctrl-0 = <&ap2mdm_active &mdm2ap_active>;
@@ -56,3 +64,4 @@
		status = "okay";
	};
};
+9 −0
Original line number Diff line number Diff line
@@ -27,6 +27,14 @@
	status = "disabled";
};

&pm8994_l9 {
	regulator-always-on;
};

&pm8994_l10 {
	regulator-always-on;
};

&mdm3 {
	pinctrl-names = "mdm_active", "mdm_suspend";
	pinctrl-0 = <&ap2mdm_active &mdm2ap_active>;
@@ -56,3 +64,4 @@
		status = "okay";
	};
};
+9 −0
Original line number Diff line number Diff line
@@ -27,6 +27,14 @@
	status = "disabled";
};

&pm8994_l9 {
	regulator-always-on;
};

&pm8994_l10 {
	regulator-always-on;
};

&mdm3 {
	pinctrl-names = "mdm_active", "mdm_suspend";
	pinctrl-0 = <&ap2mdm_active &mdm2ap_active>;
@@ -56,3 +64,4 @@
		status = "okay";
	};
};
Loading