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

Commit e05e381d 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: disable home key for SDM632 RCM device"

parents 7e9d2404 25c24c1d
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";
			};
		};
	};
};