ramips: sercomm s1500: enable wlan LEDs activity blinking
This commit enables wireless LEDs activity blinking for Sercomm S1500 devices (Beeline Smartbox PRO, WiFire s1500.nbn). Run-tested: WiFire s1500.nbn Signed-off-by: Mikhail Zhilkin <csharper2005@gmail.com>
This commit is contained in:
parent
8226c8d306
commit
5457996a9e
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@
|
|||
color = <LED_COLOR_ID_WHITE>;
|
||||
function = LED_FUNCTION_WLAN;
|
||||
function-enumerator = <24>;
|
||||
linux,default-trigger = "phy1radio";
|
||||
linux,default-trigger = "phy1tpt";
|
||||
gpios = <&gpio 28 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
|
@ -130,7 +130,7 @@
|
|||
color = <LED_COLOR_ID_WHITE>;
|
||||
function = LED_FUNCTION_WLAN;
|
||||
function-enumerator = <50>;
|
||||
linux,default-trigger = "phy0radio";
|
||||
linux,default-trigger = "phy0tpt";
|
||||
gpios = <&gpio 32 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue