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

Commit 6ba623c8 authored by Wufeng's avatar Wufeng Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add DT node for VOLUMEDOWN GPIO key on msm8917 tmo



Configure gpio 128 as volume down key because 8917 TMO boards tied in
with GPIO, not PMIC RESIN.

CRs-Fixed: 1002231
Change-Id: I84ee66702cb452b727bbe23fb38e8ab4be7eec28
Signed-off-by: default avatarWufeng <wufeng.jiang@codeaurora.org>
parent dc9078ea
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -21,6 +21,16 @@
};

&soc {
	gpio_keys {
		vol_down {
			label = "volume_down";
			gpios = <&tlmm 128 0x1>;
			linux,input-type = <1>;
			linux,code = <114>;
			debounce-interval = <15>;
		};
	};

	led_flash0: qcom,camera-flash {
	};
};