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

LEDE Commits lede-commits at lists.infradead.org
Sun Sep 11 02:42:39 PDT 2022


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/548db4980f92b05d63ef37de9441d0c0280d264e

commit 548db4980f92b05d63ef37de9441d0c0280d264e
Author: David Santamaría Rogado <howl.nsp at gmail.com>
AuthorDate: Fri May 27 23:50:10 2022 +0200

    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 at gmail.com>
---
 target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi b/target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi
index b71437bfe6..59b93db5de 100644
--- a/target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi
+++ b/target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi
@@ -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";
 		};
 	};
 };




More information about the lede-commits mailing list