Commit e40e7c5c authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Walleij
Browse files

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



"debounce_interval" was never supported.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 60cc43fc
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -46,35 +46,35 @@ gpio_keys {
		#size-cells = <0>;

		button@1 {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			linux,code = <2>;
			label = "userpb";
			gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
		};
		button@2 {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			linux,code = <3>;
			label = "extkb1";
			gpios = <&gpio4 23 GPIO_ACTIVE_HIGH>;
		};
		button@3 {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			linux,code = <4>;
			label = "extkb2";
			gpios = <&gpio4 24 GPIO_ACTIVE_HIGH>;
		};
		button@4 {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			linux,code = <5>;
			label = "extkb3";
			gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>;
		};
		button@5 {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			linux,code = <6>;
			label = "extkb4";