summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosen Penev2024-10-25 22:39:30 +0000
committerRobert Marko2024-10-31 09:45:11 +0000
commit9c6cd2241dd083f9e25d256bfd292a880b88d8b7 (patch)
treef700dc291646ed9c8b3c7db2bbd38dd96f9b2a54
parent67b0cd8976bb95092f5dcebc9cba93eb8e14798e (diff)
downloadopenwrt-9c6cd2241dd083f9e25d256bfd292a880b88d8b7.tar.gz
ramips: m4r v4: fix typo
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>
-rw-r--r--target/linux/ramips/dts/mt7621_tplink_deco-m4r-v4.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621_tplink_deco-m4r-v4.dts b/target/linux/ramips/dts/mt7621_tplink_deco-m4r-v4.dts
index 9f30f93550..6274f98599 100644
--- a/target/linux/ramips/dts/mt7621_tplink_deco-m4r-v4.dts
+++ b/target/linux/ramips/dts/mt7621_tplink_deco-m4r-v4.dts
@@ -35,7 +35,7 @@
led {
label = "led";
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
- debounce_interval = <60>;
+ debounce-interval = <60>;
linux,code = <KEY_BRIGHTNESS_TOGGLE>;
};