mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-29 15:44:04 +00:00
ramips: mt7620a_tplink_archer-c5-v4: use LED_FUNCTION_WLAN_2GHZ and LED_FUNCTION_WLAN_5GHZ
Use LED_FUNCTION_WLAN_2GHZ and LED_FUNCTION_WLAN_5GHZ instead function-enumerator Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
This commit is contained in:
parent
a998a12a2f
commit
362e7103c6
@ -26,17 +26,15 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
led-1 {
|
led-1 {
|
||||||
function = LED_FUNCTION_WLAN;
|
function = LED_FUNCTION_WLAN_2GHZ;
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
color = <LED_COLOR_ID_GREEN>;
|
||||||
function-enumerator = <2>;
|
|
||||||
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
||||||
linux,default-trigger = "phy1tpt";
|
linux,default-trigger = "phy1tpt";
|
||||||
};
|
};
|
||||||
|
|
||||||
led-2 {
|
led-2 {
|
||||||
function = LED_FUNCTION_WLAN;
|
function = LED_FUNCTION_WLAN_5GHZ;
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
color = <LED_COLOR_ID_GREEN>;
|
||||||
function-enumerator = <5>;
|
|
||||||
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
||||||
linux,default-trigger = "phy0tpt";
|
linux,default-trigger = "phy0tpt";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user