Browse Source

ramips: fix inverted LEDs for RE6500

Signed-off-by: Bjoern Dobe <[email protected]>

SVN-Revision: 48022
Felix Fietkau 10 years ago
parent
commit
28ec4e0e71
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/linux/ramips/dts/RE6500.dts

+ 2 - 2
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>;
 		};
 	};