mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
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>
This commit is contained in:
parent
67b0cd8976
commit
9c6cd2241d
@ -35,7 +35,7 @@
|
||||
led {
|
||||
label = "led";
|
||||
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
|
||||
debounce_interval = <60>;
|
||||
debounce-interval = <60>;
|
||||
linux,code = <KEY_BRIGHTNESS_TOGGLE>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user