From 1abb473cea01a53668d1bd0db14ba553740b62ea Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 25 Oct 2019 14:19:12 +0200 Subject: [PATCH] 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 Signed-off-by: Adrian Schmutzler --- target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi b/target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi index d0f8a4b3cab..e8b11e5d598 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"; -- 2.30.2