]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
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:52 +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 3d17dbf599cdcb39fba7a7950e1d06ecd99966ad..ab9678af6b4adcc9711f2d010850de9b1646bb2a 100644 (file)
@@ -34,7 +34,7 @@
                led {
                        label = "led";
                        gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
-                       debounce_interval = <60>;
+                       debounce-interval = <60>;
                        linux,code = <KEY_BRIGHTNESS_TOGGLE>;
                };