ramips: improve pinctrl for Youku YK-L1

1. rename led pin "air" to a more common name "wlan" and use "phy0tpt" to trigger it.
2. led "wan" can be triggered by ethernet pinctrl by default so just drop it.

Signed-off-by: Shiji Yang <yangshiji66@qq.com>
This commit is contained in:
Shiji Yang 2021-04-04 11:55:41 +08:00 committed by Adrian Schmutzler
parent b0a34e886d
commit 882a6116d3
2 changed files with 4 additions and 16 deletions

View File

@ -17,14 +17,10 @@
leds {
compatible = "gpio-leds";
wan {
label = "blue:wan";
gpios = <&gpio2 4 GPIO_ACTIVE_LOW>;
};
air {
label = "blue:air";
wlan {
label = "blue:wlan";
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy0tpt";
};
usb {
@ -55,10 +51,6 @@
status = "okay";
};
&gpio2 {
status = "okay";
};
&gpio3 {
status = "okay";
};
@ -106,7 +98,7 @@
&state_default {
default {
groups = "i2c", "rgmii1", "ephy", "wled";
groups = "i2c", "rgmii1", "wled";
function = "gpio";
};
};

View File

@ -194,10 +194,6 @@ tplink,archer-mr200)
tplink,re200-v1)
ucidef_set_led_netdev "lan" "lan" "green:lan" "eth0"
;;
youku,yk1)
ucidef_set_led_switch "wan" "wan" "blue:wan" "switch0" "0x10"
ucidef_set_led_netdev "wifi_led" "wifi" "blue:air" "wlan0"
;;
zbtlink,zbt-ape522ii)
ucidef_set_led_netdev "wlan2g4" "wlan1-link" "green:wlan2g4" "wlan1"
ucidef_set_led_netdev "sys1" "wlan1" "green:sys1" "wlan1" "tx rx"