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

Commit e4372ef6 authored by Mao Li's avatar Mao Li
Browse files

ARM: dts: msm: disable pmic gpios 1/3/4 for 8916 QRD



Disable pmic gpios 1/3/4 for 8916 QRD.

Change-Id: If301e26dd10da1885c637a03605ea0a694c29167
Signed-off-by: default avatarMao Li <maol@codeaurora.org>
parent 6e4cab8c
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -117,6 +117,11 @@
};

&pm8916_gpios {
	gpio@c000 { /* GPIO 1 */
		/* Battery UICC Alarm */
		status = "disabled";
	};

	gpio@c100 { /* GPIO 2 */
		/* NFC_CLK_REQ */
		qcom,mode = <0>; /* QPNP_PIN_MODE_DIG_IN */
@@ -125,6 +130,16 @@
		qcom,src-sel = <2>; /* QPNP_PIN_SEL_FUNC_1 */
		qcom,master-en = <1>;
	};

	gpio@c200 { /* GPIO 3 */
		/* External regulator control for WTR */
		status = "disabled";
	};

	gpio@c300 { /* GPIO 4 */
		/* External regulator control for APC */
		status = "disabled";
	};
};

&sdhc_1 {