diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-10-25 14:19:12 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2019-10-27 12:13:48 +0100 |
commit | 1abb473cea01a53668d1bd0db14ba553740b62ea (patch) | |
tree | 3f0bb16e801bae61247f7c23fae6a1537cea62e2 /target/linux/ramips | |
parent | b6d53f1d02f0e9d6fce8df28b08b9ce51240c700 (diff) | |
download | upstream-1abb473cea01a53668d1bd0db14ba553740b62ea.tar.gz upstream-1abb473cea01a53668d1bd0db14ba553740b62ea.tar.bz2 upstream-1abb473cea01a53668d1bd0db14ba553740b62ea.zip |
ramips: remove phy0tpt trigger from RT-AC65P/RT-AC85P power LED
This patch removes a phy0tpt trigger from the power LED, which
seems to have been added by mistake.
WiFi LEDs using phy0radio and phy1radio triggers are present and
used correctly.
Cc: Birger Koblitz <mail@birger-koblitz.de>
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi b/target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi index d0f8a4b3ca..e8b11e5d59 100644 --- a/target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi +++ b/target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi @@ -46,7 +46,6 @@ led_power: power { label = "rt-ac85p:blue:power"; gpios = <&gpio0 4 GPIO_ACTIVE_LOW>; - linux,default-trigger = "phy0tpt"; }; wlan2g { label = "rt-ac85p:blue:wlan2g"; |