ramips: ASUS RT-ACx5P phy[01]radio to phy[01]tpt
authorDavid Santamaría Rogado <howl.nsp@gmail.com>
Fri, 27 May 2022 21:50:10 +0000 (23:50 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 11 Sep 2022 09:42:03 +0000 (11:42 +0200)
phy[01]radio leaves the leds always on, if they are set through sysfs the leds
get off.
Set the triggers to phy[01]tpt to make them work.

Signed-off-by: David Santamaría Rogado <howl.nsp@gmail.com>
target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi

index b71437bfe62dfdd981048193c206caa4c447527a..59b93db5dec19da49826228210ddebd16d0b92db 100644 (file)
                wlan5g {
                        label = "blue:wlan5g";
                        gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
-                       linux,default-trigger = "phy1radio";
+                       linux,default-trigger = "phy1tpt";
                };
 
                wlan2g {
                        label = "blue:wlan2g";
                        gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
-                       linux,default-trigger = "phy0radio";
+                       linux,default-trigger = "phy0tpt";
                };
        };
 };