Skip to content

Commit

Permalink
ramips: m4r v4: fix typo
Browse files Browse the repository at this point in the history
It should be debounce-interval, as with the others.

Signed-off-by: Rosen Penev <[email protected]>
Link: openwrt#16802
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
neheb authored and robimarko committed Oct 31, 2024
1 parent 67b0cd8 commit 9c6cd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/mt7621_tplink_deco-m4r-v4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
led {
label = "led";
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
debounce_interval = <60>;
debounce-interval = <60>;
linux,code = <KEY_BRIGHTNESS_TOGGLE>;
};

Expand Down

0 comments on commit 9c6cd22

Please sign in to comment.