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

Commit 063e3ef3 authored by Amey Telawane's avatar Amey Telawane
Browse files

ARM: dts: msm: support QPDI enhancement on msmgold



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

CRs-Fixed: 978465
Change-Id: I50fb283a298211569b1890d82ada76f32840959a
Signed-off-by: default avatarAmey Telawane <ameyt@codeaurora.org>
parent db9b80a5
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -229,3 +229,16 @@

	status = "ok";
};

&pm8937_gpios {
	gpio@c100 {
		qcom,mode = <0>;
		qcom,vin-sel = <3>;
		qcom,dtest-sel = <1>;
		status = "okay";
	};
};

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