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

Commit b0f1a148 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: disable PM8916 NFC gpio for SKUT1



SKUT1 does not have NFC, so disable the PMIC gpio.

Change-Id: I6135c8dfb493794ac766bd8f3f50cff61b6dae8d
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent ed34c0d8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -123,3 +123,10 @@
&pm8916_l6 {
	regulator-always-on;
};

&pm8916_gpios {
	gpio@c100 { /* GPIO 2 */
		/* NFC_CLK_REQ */
		status = "disabled";
	};
};