diff options
author | David Bauer <mail@david-bauer.net> | 2018-05-18 17:48:31 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-24 17:24:31 +0200 |
commit | 53507cef82ff49c3e52c73779637c851b80f6293 (patch) | |
tree | 541edb932e8fb22ea1e1ddcae9297cd4ba4d88c7 | |
parent | 991ec8e5b23366a8ecfb0af69603dd036f735e93 (diff) | |
download | upstream-53507cef82ff49c3e52c73779637c851b80f6293.tar.gz upstream-53507cef82ff49c3e52c73779637c851b80f6293.tar.bz2 upstream-53507cef82ff49c3e52c73779637c851b80f6293.zip |
ramips: fix Archer C50v3 LED mapping
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)
-rw-r--r-- | target/linux/ramips/dts/ArcherC50V3.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/ArcherC50V3.dts b/target/linux/ramips/dts/ArcherC50V3.dts index 9dd55ef21c..ebb76abcd8 100644 --- a/target/linux/ramips/dts/ArcherC50V3.dts +++ b/target/linux/ramips/dts/ArcherC50V3.dts @@ -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 { @@ -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>; }; }; }; |