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

Commit 7e9bcbf5 authored by Anirudh Ghayal's avatar Anirudh Ghayal
Browse files

ARM: dts: msm: Enable TWM mode config for PM660



Add the MISC, PBS and PON module configuration
for TWM mode on PM660 BG platform.

Change-Id: Iefca6d55ca4297a1bb64e58874d54343a1e41ecf
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent 236905ae
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
			reg = <0x900 0x100>;
		};

		qcom,power-on@800 {
		pm660_pon: qcom,power-on@800 {
			compatible = "qcom,qpnp-power-on";
			reg = <0x800 0x100>;
			interrupts = <0x0 0x8 0x0>,
@@ -568,9 +568,9 @@
			};
		};

		pm660_pbs: qcom,pbs@7300 {
		pm660_pbs: qcom,pbs@7400 {
			compatible = "qcom,qpnp-pbs";
			reg = <0x7300 0x100>;
			reg = <0x7400 0x100>;
			status = "disabled";
		};

+13 −0
Original line number Diff line number Diff line
@@ -231,3 +231,16 @@
		qcom,out-strength = <2>;
	};
};

&pm660_misc {
	qcom,support-twm-config;
};

&pm660_pbs {
	status = "okay";
};

&pm660_pon {
	qcom,support-twm-config;
	qcom,pbs-client = <&pm660_pbs>;
};