diff options
author | David Bauer <mail@david-bauer.net> | 2021-07-28 14:17:13 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-07-28 14:25:53 +0200 |
commit | f0a885ed8636b9762d12f2eb2755f63297ff0cb5 (patch) | |
tree | a44db23db23758939afbff3002f50fe08f24a53b /target/linux/ath79/dts | |
parent | 4feb9a4211d4c8e118e6b8f01fa0bbd4eab5d35c (diff) | |
download | upstream-f0a885ed8636b9762d12f2eb2755f63297ff0cb5.tar.gz upstream-f0a885ed8636b9762d12f2eb2755f63297ff0cb5.tar.bz2 upstream-f0a885ed8636b9762d12f2eb2755f63297ff0cb5.zip |
ath79: fix JT-OR750i switch LED assignment
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>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts b/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts index 84443949b5..2838b9c82d 100644 --- a/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts +++ b/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts @@ -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>; }; }; |