ramips: fix inverted LEDs for RE6500
Signed-off-by: Bjoern Dobe <bjoern@dobecom.de> SVN-Revision: 48022
This commit is contained in:
parent
2c4faaed74
commit
28ec4e0e71
1 changed files with 2 additions and 2 deletions
|
@ -93,12 +93,12 @@
|
|||
|
||||
wifi {
|
||||
label = "re6500:orange:wifi";
|
||||
gpios = <&gpio0 0 1>;
|
||||
gpios = <&gpio0 0 0>;
|
||||
};
|
||||
|
||||
power {
|
||||
label = "re6500:white:power";
|
||||
gpios = <&gpio0 9 1>;
|
||||
gpios = <&gpio0 9 0>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue