ramips: m4r v4: fix typo
authorRosen Penev <rosenp@gmail.com>
Fri, 25 Oct 2024 22:39:30 +0000 (15:39 -0700)
committerRobert Marko <robimarko@gmail.com>
Thu, 31 Oct 2024 09:45:11 +0000 (10:45 +0100)
It should be debounce-interval, as with the others.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16802
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ramips/dts/mt7621_tplink_deco-m4r-v4.dts

index 9f30f935509a6a9c4e58b35aa32c3bf21611e49f..6274f9859983f51fe51ba9cceb7cf9af099536a8 100644 (file)
@@ -35,7 +35,7 @@
                led {
                        label = "led";
                        gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
-                       debounce_interval = <60>;
+                       debounce-interval = <60>;
                        linux,code = <KEY_BRIGHTNESS_TOGGLE>;
                };