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

Commit 392c7cfa authored by Fenglin Wu's avatar Fenglin Wu
Browse files

ARM: dts: msm: Add volume up key for SDM439 QRD device



Volume up key is connecting to GPIO91 on SDM439 QRD device, add device
node to enable it.

Change-Id: I7cc35c82aeafacb1cc4667e43209c10aaca8925a
Signed-off-by: default avatarFenglin Wu <fenglinw@codeaurora.org>
parent 9d4600a1
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -63,3 +63,22 @@

	status = "ok";
};

&soc {
	gpio_keys {
		compatible = "gpio-keys";
		input-name = "gpio-keys";
		pinctrl-names = "default";
		pinctrl-0 = <&gpio_key_active>;

		vol_up {
			label = "volume_up";
			gpios = <&tlmm 91 0x1>;
			linux,input-type = <1>;
			linux,code = <115>;
			debounce-interval = <15>;
			linux,can-disable;
			gpio-key,wakeup;
		};
	};
};