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

Commit b1798f2a authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: dts: kzm9d: Fix "debounce-interval" property misspelling



"debounce_interval" was never supported.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 931bc7ec
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -38,28 +38,28 @@
		#size-cells = <0>;

		one {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			label = "DSW2-1";
			linux,code = <KEY_1>;
			gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
		};
		two {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			label = "DSW2-2";
			linux,code = <KEY_2>;
			gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
		};
		three {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			label = "DSW2-3";
			linux,code = <KEY_3>;
			gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
		};
		four {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			label = "DSW2-4";
			linux,code = <KEY_4>;