Commit f18fd0f5 authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: dts: Bump Gemini platforms to use 100ms debounce



The 50ms debounce is too low and give ghost bounces on some
platforms. Bump it to 100ms to make it stable.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent d6d0cef5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
		compatible = "gpio-keys";

		button-esc {
			debounce-interval = <50>;
			debounce-interval = <100>;
			wakeup-source;
			linux,code = <KEY_ESC>;
			label = "reset";
@@ -36,7 +36,7 @@
			gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
		};
		button-eject {
			debounce-interval = <50>;
			debounce-interval = <100>;
			wakeup-source;
			linux,code = <KEY_EJECTCD>;
			label = "unmount";
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
		compatible = "gpio-keys";

		button-esc {
			debounce-interval = <50>;
			debounce-interval = <100>;
			wakeup-source;
			linux,code = <KEY_ESC>;
			label = "reset";
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
		compatible = "gpio-keys";

		button-setup {
			debounce-interval = <50>;
			debounce-interval = <100>;
			wakeup-source;
			linux,code = <KEY_SETUP>;
			label = "Backup button";
@@ -36,7 +36,7 @@
			gpios = <&gpio1 29 GPIO_ACTIVE_LOW>;
		};
		button-restart {
			debounce-interval = <50>;
			debounce-interval = <100>;
			wakeup-source;
			linux,code = <KEY_RESTART>;
			label = "Softreset button";
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
		compatible = "gpio-keys";

		button-setup {
			debounce-interval = <50>;
			debounce-interval = <100>;
			wakeup-source;
			linux,code = <KEY_SETUP>;
			label = "Reset to defaults";
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
		compatible = "gpio-keys";

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