aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorDavid SantamarĂ­a Rogado <howl.nsp@gmail.com>2019-02-24 16:28:23 +0100
committerChristian Lamparter <chunkeey@gmail.com>2019-02-28 11:32:55 +0100
commit34b10b468e0999f1739931ae8faf7e8e1002c2e8 (patch)
tree855ca92e06e36b792f23ac05d531d81383ee7e5d /target/linux
parent693c8fb0e3a3d4d1ae37df3c075f76a5a0426f7e (diff)
downloadupstream-34b10b468e0999f1739931ae8faf7e8e1002c2e8.tar.gz
upstream-34b10b468e0999f1739931ae8faf7e8e1002c2e8.tar.bz2
upstream-34b10b468e0999f1739931ae8faf7e8e1002c2e8.zip
ath79: TP-Link Archer C7 v4 swap usb port leds
USB 1 triggers usb2 led and USB 2 triggers usb1. Lower LED is usb1 and upper LED usb2. Signed-off-by: David SantamarĂ­a Rogado <howl.nsp@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts b/target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts
index 5a25ce3f1e..94411f2116 100644
--- a/target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts
+++ b/target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts
@@ -69,14 +69,14 @@
usb1 {
label = "tp-link:green:usb1";
gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
- trigger-sources = <&hub_port0>;
+ trigger-sources = <&hub_port1>;
linux,default-trigger = "usbport";
};
usb2 {
label = "tp-link:green:usb2";
gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
- trigger-sources = <&hub_port1>;
+ trigger-sources = <&hub_port0>;
linux,default-trigger = "usbport";
};