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>
Wed, 28 Jul 2021 12:25:53 +0000 (14:25 +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>
target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts

index 84443949b57350fe69b7dbf17ba2a39a32587781..2838b9c82d63c6d684eeee0083727f820cbcc75e 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>;
        };
 };