ipq40xx/r619ac: remove model name from LED labels

This commit is contained in:
CN_SZTL 2020-10-05 14:14:23 +08:00
parent 30b94c82a9
commit a8de2323f4
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -84,18 +84,18 @@
pinctrl-names = "default";
led_sys: sys {
label = "r619ac:blue:sys";
label = "blue:sys";
gpios = <&tlmm 39 GPIO_ACTIVE_HIGH>;
};
wlan2g {
label = "r619ac:blue:wlan2g";
label = "blue:wlan2g";
gpios = <&tlmm 32 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "phy0tpt";
};
wlan5g {
label = "r619ac:blue:wlan5g";
label = "blue:wlan5g";
gpios = <&tlmm 50 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "phy1tpt";
};