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

Commit 4dec48fe 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 RCM"

parents 1db48ca0 18777b72
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -22,3 +22,31 @@
	compatible = "qcom,msm8953-cdp", "qcom,msm8953", "qcom,cdp";
	qcom,board-id= <21 0>;
};

&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";
	};
};