Skip to content

Commit

Permalink
ramips: fix Archer C50v3 LED mapping
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
blocktrron authored and blogic committed May 22, 2018
1 parent 71cec0b commit 35d00d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions target/linux/ramips/dts/ArcherC50V3.dts
Expand Up @@ -43,12 +43,12 @@

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";
gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
};

wlan {
Expand All @@ -58,12 +58,12 @@

wlan5 {
label = "c50-v3:green:wlan5g";
gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
};

wps {
label = "c50-v3:green:wps";
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
};
};
};
Expand Down

0 comments on commit 35d00d9

Please sign in to comment.