diff options
author | Davide Fioravanti <pantanastyle@gmail.com> | 2023-06-21 21:53:07 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-06-25 12:34:47 +0200 |
commit | fca03ea4584e08e53e766d71f12c840d62f3e5ec (patch) | |
tree | 04ef5e7e430e9363bfd97e51cd64c30846c22a15 /target/linux/ramips/dts | |
parent | 0a63e72fbbf9dce54e9425f7f9eba1421bf777c4 (diff) | |
download | upstream-fca03ea4584e08e53e766d71f12c840d62f3e5ec.tar.gz upstream-fca03ea4584e08e53e766d71f12c840d62f3e5ec.tar.bz2 upstream-fca03ea4584e08e53e766d71f12c840d62f3e5ec.zip |
ramips: fix lan leds for Wavlink WL-WN535K1
Previously both lan1 and lan2 leds were wrongly labelled as lan2.
Moreover they were connected to the wrong lan port.
Fixes 8fde82095ba0 ("ramips: add support for Wavlink WL-WN535K1")
Reported-by: Nicolò Maria Semprini <nicosemp@gmail.com>
Signed-off-by: Davide Fioravanti <pantanastyle@gmail.com>
(cherry picked from commit c71dada92654a53c63bbc5bebcc40fe924750ed7)
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/mt7620a_wavlink_wl-wn535k1.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7620a_wavlink_wl-wn535k1.dts b/target/linux/ramips/dts/mt7620a_wavlink_wl-wn535k1.dts index 67a7d8d488..bbb3e01add 100644 --- a/target/linux/ramips/dts/mt7620a_wavlink_wl-wn535k1.dts +++ b/target/linux/ramips/dts/mt7620a_wavlink_wl-wn535k1.dts @@ -48,12 +48,12 @@ lan1 { label = "green:lan1"; - gpios = <&gpio2 2 GPIO_ACTIVE_LOW>; + gpios = <&gpio2 3 GPIO_ACTIVE_LOW>; }; lan2 { label = "green:lan2"; - gpios = <&gpio2 3 GPIO_ACTIVE_LOW>; + gpios = <&gpio2 2 GPIO_ACTIVE_LOW>; }; wan { |