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:
committed by
Robert Marko
parent
c46b689149
commit
9bc6a18ede
@@ -34,7 +34,7 @@
|
||||
led {
|
||||
label = "led";
|
||||
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
|
||||
debounce_interval = <60>;
|
||||
debounce-interval = <60>;
|
||||
linux,code = <KEY_BRIGHTNESS_TOGGLE>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user