ramips: fix Archer C50v3 LED mapping
authorDavid Bauer <mail@david-bauer.net>
Fri, 18 May 2018 15:48:31 +0000 (17:48 +0200)
committerJohn Crispin <john@phrozen.org>
Thu, 24 May 2018 15:24:31 +0000 (17:24 +0200)
This commit fixes the wrong LED mapping of the Archer C50 v3.
Commit was tested with an EU device.

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 35d00d9a41ac369fd4be4e37998043f11ce80906)

target/linux/ramips/dts/ArcherC50V3.dts

index 9dd55ef21cbefeea4e23d3aec01b4b67f3ef4dab..ebb76abcd8ce7b6569d2acd17e2a75b55add2e21 100644 (file)
 
                wan {
                        label = "c50-v3:green:wan";
 
                wan {
                        label = "c50-v3:green:wan";
-                       gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
                };
 
                wan_orange {
                        label = "c50-v3:orange:wan";
                };
 
                wan_orange {
                        label = "c50-v3:orange:wan";
-                       gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
                };
 
                wlan {
                };
 
                wlan {
 
                wlan5 {
                        label = "c50-v3:green:wlan5g";
 
                wlan5 {
                        label = "c50-v3:green:wlan5g";
-                       gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
                };
 
                wps {
                        label = "c50-v3:green:wps";
                };
 
                wps {
                        label = "c50-v3:green:wps";
-                       gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
                };
        };
 };
                };
        };
 };