Skip to content

Commit

Permalink
ath79: tplink-archer-c6-v2-us: fix inverted LED colors
Browse files Browse the repository at this point in the history
The amber and green wan led color was inverted in dts file, which ends
up leaving the wan led amber when the connection is established, so,
switch gpio led number (7 and 8) in qca9563_tplink_archer-c6-v2-us.dts.

Tip: the /etc/config/system file needs to be regenerated.

Signed-off-by: Rodrigo B. de Sousa Martins <rodrigo.sousa.577@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz> [commit subject]
  • Loading branch information
rodsmar authored and ynezz committed Jul 12, 2022
1 parent 7c02a4a commit ae07b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/ath79/dts/qca9563_tplink_archer-c6-v2-us.dts
Expand Up @@ -43,12 +43,12 @@

wan {
label = "green:wan";
gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
};

wan_fail {
label = "amber:wan";
gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
};

wps {
Expand Down

0 comments on commit ae07b9c

Please sign in to comment.