Browse Source

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 <[email protected]>
Mikhail Zhilkin 1 year ago
parent
commit
5457996a9e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/linux/ramips/dts/mt7621_sercomm_s1500.dtsi

+ 2 - 2
target/linux/ramips/dts/mt7621_sercomm_s1500.dtsi

@@ -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>;
 		};
 	};