projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ab5dc7
)
ramips: fix inverted reset button for Ravpower WD03
author
Moritz Warning
<
[email protected]
>
Tue, 3 Dec 2019 22:36:13 +0000
(23:36 +0100)
committer
Adrian Schmutzler
<
[email protected]
>
Fri, 3 Jan 2020 14:10:44 +0000
(15:10 +0100)
The button events "pressed" and "released" were switched. Tested with v18.06.4.
Signed-off-by: Moritz Warning <
[email protected]
>
(cherry picked from commit
3e1325b219fced91f01d5594503f61d326a93b90
)
target/linux/ramips/dts/WD03.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/WD03.dts
b/target/linux/ramips/dts/WD03.dts
index bbb2ca3dc91bc4d996133d47a09a3092de70538f..b6c601f58ae281002477896318222035ce141b85 100644
(file)
--- a/
target/linux/ramips/dts/WD03.dts
+++ b/
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>;
};
};