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

Commit 03ed243e authored by Xiaozhe Shi's avatar Xiaozhe Shi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: disable the GPIO 2 device on PMD9635



PMIC GPIO 2 is not owned by the high level OS and may cause an access
violation. Disable it so that the qpnp-pin driver does not probe and
attempt to write to the GPIO 2 peripheral.

Change-Id: I7cf7962378ae3cbe3addfec701932b1b90295fd8
Signed-off-by: default avatarXiaozhe Shi <xiaozhes@codeaurora.org>
parent a888b526
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@
			gpio@c100 {
				reg = <0xc100 0x100>;
				qcom,pin-num = <2>;
				status = "disabled";
			};

			gpio@c200 {