diff options
Diffstat (limited to 'target/linux/ramips/dts/ArcherC20v4.dts')
-rw-r--r-- | target/linux/ramips/dts/ArcherC20v4.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/ArcherC20v4.dts b/target/linux/ramips/dts/ArcherC20v4.dts index aaafcc52f5..1103573641 100644 --- a/target/linux/ramips/dts/ArcherC20v4.dts +++ b/target/linux/ramips/dts/ArcherC20v4.dts @@ -42,11 +42,13 @@ wlan5g { label = "c20-v4:green:wlan5g"; gpios = <&gpio1 8 GPIO_ACTIVE_LOW>; + linux,default-trigger = "phy1tpt"; }; wlan2g { label = "c20-v4:green:wlan2g"; gpios = <&gpio1 7 GPIO_ACTIVE_LOW>; + linux,default-trigger = "phy0tpt"; }; wps { @@ -84,7 +86,7 @@ &pinctrl { state_default: pinctrl0 { gpio { - ralink,group = "i2s", "refclk", "p0led_an", "p1led_an", "p2led_an", "p3led_an", "p4led_an", "wdt"; + ralink,group = "i2s", "gpio", "refclk", "p0led_an", "p1led_an", "p2led_an", "p3led_an", "p4led_an", "wdt"; ralink,function = "gpio"; }; }; |