From a1f0fd8cba4d9233b76542fbf54be01e2cc9d5c0 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 14 May 2020 15:16:57 +0200 Subject: ramips: use DT trigger for 2G WiFi on ASUS RT-AC51U Like for the RT-AC54U, this uses a DT trigger for WiFi also at the RT-AC51U. While at it, rename node and label to wifi2g. Note that the 5g WiFi LED still isn't supported (see PR #3017 for further details: https://github.com/openwrt/openwrt/pull/3017 ) Tested-by: Davide Fioravanti Signed-off-by: Adrian Schmutzler --- target/linux/ramips/dts/mt7620a_asus_rt-ac51u.dts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/dts') diff --git a/target/linux/ramips/dts/mt7620a_asus_rt-ac51u.dts b/target/linux/ramips/dts/mt7620a_asus_rt-ac51u.dts index 4c98c85dee..1dd0e5cfe0 100644 --- a/target/linux/ramips/dts/mt7620a_asus_rt-ac51u.dts +++ b/target/linux/ramips/dts/mt7620a_asus_rt-ac51u.dts @@ -28,9 +28,10 @@ linux,default-trigger = "usbport"; }; - wifi { - label = "rt-ac51u:blue:wifi"; + wifi2g { + label = "rt-ac51u:blue:wifi2g"; gpios = <&gpio3 0 GPIO_ACTIVE_LOW>; + linux,default-trigger = "phy1tpt"; }; }; }; -- cgit v1.2.3