ath79: fix JT-OR750i switch LED assignment
authorDavid Bauer <mail@david-bauer.net>
Wed, 28 Jul 2021 12:17:13 +0000 (14:17 +0200)
committerDavid Bauer <mail@david-bauer.net>
Thu, 29 Jul 2021 18:50:56 +0000 (20:50 +0200)
The LEDs for LAN1 and LAN3 were swapped. Link on port 1 would illuminate
the LED on port 3 and vice versa.

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

target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts

index bcb35c9437da1196f2c21587cb1124e917b76a0a..7949624b62fa985db32bfb73a10e0e19b6e9318b 100644 (file)
@@ -53,9 +53,9 @@
                        <0x04 0x0000002d 0x000000ff>,      \
                        /* GPIO 14: LED_LINK_2 (LAN 3) */  \
                        /* GPIO 15: LED_LINK_3 (LAN 2) */  \
-                       <0x0c 0x2b2c0000 0xffff0000>,      \
+                       <0x0c 0x2b2a0000 0xffff0000>,      \
                        /* GPIO 16: LED_LINK_4 (LAN 1) */  \
-                       <0x10 0x0000002a 0x000000ff>;
+                       <0x10 0x0000002c 0x000000ff>;
        };
 };