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
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
led {
|
led {
|
||||||
label = "led";
|
label = "led";
|
||||||
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
|
||||||
debounce_interval = <60>;
|
debounce-interval = <60>;
|
||||||
linux,code = <KEY_BRIGHTNESS_TOGGLE>;
|
linux,code = <KEY_BRIGHTNESS_TOGGLE>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue