aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDavid SantamarĂ­a Rogado <howl.nsp@gmail.com>2022-05-27 23:50:10 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2022-09-11 11:42:03 +0200
commit548db4980f92b05d63ef37de9441d0c0280d264e (patch)
treeed47cd312abf3a80b9bbe2c8f619e8aca306c121 /target
parentdccee21792b89031bcd801030de403f195d80278 (diff)
downloadupstream-548db4980f92b05d63ef37de9441d0c0280d264e.tar.gz
upstream-548db4980f92b05d63ef37de9441d0c0280d264e.tar.bz2
upstream-548db4980f92b05d63ef37de9441d0c0280d264e.zip
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>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi4
1 files 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";
};
};
};