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

Commit b297c392 authored by Charan Teja Reddy's avatar Charan Teja Reddy
Browse files

ARM: dts: msm: device tree changes for QPDI enhancement on 8937



This patch adds the device tree entries that enable the gpio interrupt
line going to the PMIC which inturn enables the regulators driving the
SDC slot on hotplug insertion of debug card into the slot.

Change-Id: I68735ff23fcc1833c14f4846397ee2d349f930c8
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent c9c17af0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -389,3 +389,7 @@
&dsi_truly_1080_cmd {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
};

&qpdi {
	qcom,pmic-carddetect-gpio = <&pm8937_gpios 0x2 0>;
};
+4 −0
Original line number Diff line number Diff line
@@ -213,3 +213,7 @@
		status = "okay";
	};
};

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