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

Commit a6880a1a authored by Charan Teja Reddy's avatar Charan Teja Reddy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: remove the dtest configuration for qpdi on msm8953



Remove the DIG_IN_CTL = DTEST1 configuration as it is leading to another
problem where PMIC's internal SLEEP_B signal was also previously
connected to DTEST1 and this shorts both signals creating 0.3mA extra
RBSC.

Change-Id: Id57090ae160bd28c9d837a2f25423201308a01b6
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent e5c0fdb8
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -308,7 +308,6 @@
		qcom,out-strength = <3>;
		qcom,src-sel = <0>;
		qcom,master-en = <1>;
		qcom,dtest-sel = <1>;
		status = "okay";
	};

@@ -323,7 +322,3 @@
	};

};

&qpdi {
	qcom,pmic-carddetect-gpio = <&pm8953_gpios 0x2 0>;
};
+0 −5
Original line number Diff line number Diff line
@@ -284,11 +284,6 @@
		qcom,out-strength = <3>;
		qcom,src-sel = <0>;
		qcom,master-en = <1>;
		qcom,dtest-sel = <1>;
		status = "okay";
	};
};

&qpdi {
	qcom,pmic-carddetect-gpio = <&pm8953_gpios 0x2 0>;
};