ath79: TP-Link Archer C7 v4 swap usb led names
authorDavid Santamaría Rogado <howl.nsp@gmail.com>
Thu, 28 Feb 2019 21:08:48 +0000 (22:08 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 2 Mar 2019 11:59:48 +0000 (12:59 +0100)
Commit 34b10b46 made usb match with the corresponding usb label.
The problem is that v4 seems to use in stock firmware the
upper led for usb 1 and the lower led for usb 2.

The led assigned varies between TP-Link models and even
same model versions. For example, Archer C7 v1 and v2 have
the leds in the reverse order.

Revert 34b10b46 and swap led labels instead, now usb port
and led label match and also respect the original behavior.

Tested-by: Oldrich Jedlicka <oldium.pro@gmail.com>
Signed-off-by: David Santamaría Rogado <howl.nsp@gmail.com>
target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts

index 94411f2116180ef4eab026835ee086054b049552..db8869cf165fc8339377f9b9b137533478b04e47 100644 (file)
 
                usb1 {
                        label = "tp-link:green:usb1";
-                       gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
                        trigger-sources = <&hub_port1>;
                        linux,default-trigger = "usbport";
                };
 
                usb2 {
                        label = "tp-link:green:usb2";
-                       gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
                        trigger-sources = <&hub_port0>;
                        linux,default-trigger = "usbport";
                };