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

ARM: dts: gemini: 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
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ gpio_keys {
		#address-cells = <1>;
		#size-cells = <0>;
		button-esc {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			linux,code = <KEY_ESC>;
			label = "reset";
@@ -36,7 +36,7 @@ button-esc {
			gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
		};
		button-eject {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			linux,code = <KEY_EJECTCD>;
			label = "unmount";
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ gpio_keys {
		#address-cells = <1>;
		#size-cells = <0>;
		button-esc {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			linux,code = <KEY_ESC>;
			label = "reset";
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ gpio_keys {
		#size-cells = <0>;

		button@29 {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			linux,code = <KEY_SETUP>;
			label = "Backup button";
@@ -38,7 +38,7 @@ button@29 {
			gpios = <&gpio1 29 GPIO_ACTIVE_LOW>;
		};
		button@31 {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			linux,code = <KEY_RESTART>;
			label = "Softreset button";
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ gpio_keys {
		#size-cells = <0>;

		button@28 {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			linux,code = <KEY_SETUP>;
			label = "Reset to defaults";
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ gpio_keys {
		#size-cells = <0>;

		button@18 {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			linux,code = <KEY_SETUP>;
			label = "factory reset";
Loading