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

Commit d224f22b authored by Rishi Gupta's avatar Rishi Gupta
Browse files

ARM: dts: disable LDO 1,2,7 and 10 not required



LDOs 1,2,7 and 10 must remain disabled right from
the boot all the time hence removing them.

Change-Id: I72b21d63d62723e116f608f65f36d496dddcc872
Signed-off-by: default avatarRishi Gupta <rishgupt@codeaurora.org>
parent 3b521e56
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
@@ -226,3 +226,34 @@
&kgsl_msm_iommu {
	status = "disabled";
};

&rpm_bus {
	rpm-regulator-ldoa1 {
		status = "disabled";
		pms405_l1: regulator-l1 {
			status = "disabled";
		};
	};

	rpm-regulator-ldoa2 {
		status = "disabled";
		pms405_l2: regulator-l2 {
			status = "disabled";
		};
	};

	rpm-regulator-ldoa7 {
		status = "disabled";
		pms405_l7: regulator-l7 {
			status = "disabled";
		};
	};

	rpm-regulator-ldoa10 {
		status = "disabled";
		pms405_l10: regulator-l10 {
			status = "disabled";
		};
	};
};