diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-01 12:27:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-01 12:27:45 +0000 |
commit | 28ec4e0e714d0393655d8609d0dd5022a5ef2ed9 (patch) | |
tree | 1df44762d06abc6617b0fb4ab40fe8bfa875a802 /target/linux/ramips/dts/RE6500.dts | |
parent | 2c4faaed7440687a027cfd9bdd592411b0c460f5 (diff) | |
download | upstream-28ec4e0e714d0393655d8609d0dd5022a5ef2ed9.tar.gz upstream-28ec4e0e714d0393655d8609d0dd5022a5ef2ed9.tar.bz2 upstream-28ec4e0e714d0393655d8609d0dd5022a5ef2ed9.zip |
ramips: fix inverted LEDs for RE6500
Signed-off-by: Bjoern Dobe <bjoern@dobecom.de>
SVN-Revision: 48022
Diffstat (limited to 'target/linux/ramips/dts/RE6500.dts')
-rw-r--r-- | target/linux/ramips/dts/RE6500.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE6500.dts index 5f9b214c2a..9887c2868b 100644 --- a/target/linux/ramips/dts/RE6500.dts +++ b/target/linux/ramips/dts/RE6500.dts @@ -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>; }; }; |