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

Commit 25c24c1d authored by Shantanu Jain's avatar Shantanu Jain
Browse files

ARM: dts: msm: disable home key for SDM632 RCM device



Disable home key for SDM632 RCM device, as there is no
such module on the device.

Change-Id: I7a0902047177dff3ba928136cdd2accda1106c8c
Signed-off-by: default avatarShantanu Jain <shjain@codeaurora.org>
parent 9b0f7eab
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -24,3 +24,32 @@
	qcom,pmic-id = <0x010016 0x010011 0x0 0x0>;
};

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

&tlmm {
	tlmm_gpio_key {
		gpio_key_active: gpio_key_active {
			mux {
				pins = "gpio85", "gpio86", "gpio87";
			};

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

		gpio_key_suspend: gpio_key_suspend {
			mux {
				pins = "gpio85", "gpio86", "gpio87";
			};

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