diff options
| author | Rosen Penev | 2024-10-25 22:39:30 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-10-31 09:45:52 +0000 |
| commit | 9bc6a18edec1d162c65171518c81a733f5672eec (patch) | |
| tree | 03c3801dd12525cf578fbf80b77963093428efd6 | |
| parent | c46b689149ac18d654d12dfddeb102feb938e4aa (diff) | |
| download | openwrt-9bc6a18edec1d162c65171518c81a733f5672eec.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.dts | 2 |
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 3d17dbf599..ab9678af6b 100644 --- a/target/linux/ramips/dts/mt7621_tplink_deco-m4r-v4.dts +++ b/target/linux/ramips/dts/mt7621_tplink_deco-m4r-v4.dts @@ -34,7 +34,7 @@ led { label = "led"; gpios = <&gpio 2 GPIO_ACTIVE_LOW>; - debounce_interval = <60>; + debounce-interval = <60>; linux,code = <KEY_BRIGHTNESS_TOGGLE>; }; |