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

Commit 34ee457b authored by Mao Li's avatar Mao Li Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add DT node for VOLUMEUP GPIO key on MSM8996 DTP



Add gpio based volume up key device node to MSM8996 DTP.

Change-Id: Iff88546faadee2c4c3ce0a2f73069d9927a55690
Signed-off-by: default avatarMao Li <maol@codeaurora.org>
parent dbbc541b
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -99,4 +99,18 @@
			synaptics,button-map = <102 139 158>;
		};
	};

	gpio_keys {
		compatible = "gpio-keys";
		input-name = "gpio-keys";

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