Skip to content

Commit

Permalink
ramips: fix inverted reset button for Ravpower WD03
Browse files Browse the repository at this point in the history
The button events "pressed" and "released" were switched. Tested with v18.06.4.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
  • Loading branch information
mwarning authored and adschm committed Jan 3, 2020
1 parent 113e51f commit 3e1325b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/mt7620n_ravpower_wd03.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

reset {
label = "reset";
gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
};
};
Expand Down

0 comments on commit 3e1325b

Please sign in to comment.