ramips: ASUS RT-ACx5P phy[01]radio to phy[01]tpt

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>
This commit is contained in:
David Santamaría Rogado 2022-05-27 23:50:10 +02:00 committed by Christian Marangi
parent dccee21792
commit 548db4980f
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

View File

@ -40,13 +40,13 @@
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";
};
};
};