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

Commit 26f348bd 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: add DT node for VOLUMEDOWN GPIO key on msm8917 tmo"

parents fa00c580 6ba623c8
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 {
	};
};