[PATCH 2/9] ARM: dts: atlas7: Fix "debounce-interval" property misspelling

Geert Uytterhoeven geert+renesas at glider.be
Tue Feb 13 06:15:28 PST 2018


"debounce_interval" was never supported.

Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>
Cc: Barry Song <baohua at kernel.org>
---
Please apply to your tree when appropriate.

 arch/arm/boot/dts/atlas7-evb.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/atlas7-evb.dts b/arch/arm/boot/dts/atlas7-evb.dts
index 900e03b7a7b21011..d2972c3205e5dbff 100644
--- a/arch/arm/boot/dts/atlas7-evb.dts
+++ b/arch/arm/boot/dts/atlas7-evb.dts
@@ -120,7 +120,7 @@
 				label = "rearview key";
 				linux,code = <KEY_CAMERA>;
 				gpios = <&gpio_1 3 GPIO_ACTIVE_LOW>;
-				debounce_interval = <100>;
+				debounce-interval = <100>;
 			};
 		};
 
-- 
2.7.4




More information about the linux-arm-kernel mailing list