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

Commit 58fe20f6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: do not configure GPIO 88 as HOME KEY for 8953 ext codec RCM"

parents 4858c569 b40ffc88
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -78,3 +78,31 @@
	qcom,model = "msm8953-tasha-snd-card";
	status = "okay";
};

&soc {
	gpio_keys {
		/delete-node/ home;
	};
};

&gpio_key_active {
	mux {
		pins = "gpio85", "gpio86", "gpio87";
		function = "gpio";
	};

	config {
		pins = "gpio85", "gpio86", "gpio87";
	};
};

&gpio_key_suspend {
	mux {
		pins = "gpio85", "gpio86", "gpio87";
		function = "gpio";
	};

	config {
		pins = "gpio85", "gpio86", "gpio87";
	};
};