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

Commit 7919c9f7 authored by Charan Teja Reddy's avatar Charan Teja Reddy
Browse files

ARM: dts: msm: add the qpdi enhancement support on msmtitanium



Add the QPDI enhancement support that vote the regulators driving the SD
card when insert the dragon fly dongle while VOL- key is pressed.

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

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

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