ramips: fix inverted reset button for Ravpower WD03

The button events "pressed" and "released" were switched. Tested with v18.06.4.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
(cherry picked from commit 3e1325b219fced91f01d5594503f61d326a93b90)
master
Moritz Warning 5 years ago committed by Adrian Schmutzler
parent 7ab5dc77b2
commit 1f927bd2f0
  1. 2
      target/linux/ramips/dts/WD03.dts

@ -34,7 +34,7 @@
reset {
label = "reset";
gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
};
};

Loading…
Cancel
Save