Author: nbd
Date: 2016-01-01 13:27:45 +0100 (Fri, 01 Jan 2016)
New Revision: 48022

Modified:
   trunk/target/linux/ramips/dts/RE6500.dts
Log:
ramips: fix inverted LEDs for RE6500

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

Modified: trunk/target/linux/ramips/dts/RE6500.dts
===================================================================
--- trunk/target/linux/ramips/dts/RE6500.dts    2016-01-01 12:26:38 UTC (rev 
48021)
+++ trunk/target/linux/ramips/dts/RE6500.dts    2016-01-01 12:27:45 UTC (rev 
48022)
@@ -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>;
                };
        };
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to