Browse Source

ramips: enable wireless LEDs activity blinking for TP-Link EC330-G5u v1

This commit enables wireless LEDs activity blinking for TP-Link EC330-G5u
v1 router.

Signed-off-by: Mikhail Zhilkin <[email protected]>
Mikhail Zhilkin 2 years ago
parent
commit
7666940efe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/linux/ramips/dts/mt7621_tplink_ec330-g5u-v1.dts

+ 2 - 2
target/linux/ramips/dts/mt7621_tplink_ec330-g5u-v1.dts

@@ -73,7 +73,7 @@
 			function = LED_FUNCTION_WLAN;
 			function = LED_FUNCTION_WLAN;
 			function-enumerator = <0>;
 			function-enumerator = <0>;
 			gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
 			gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
-			linux,default-trigger = "phy1radio";
+			linux,default-trigger = "phy1tpt";
 		};
 		};
 
 
 		led-6 {
 		led-6 {
@@ -82,7 +82,7 @@
 			function = LED_FUNCTION_WLAN;
 			function = LED_FUNCTION_WLAN;
 			function-enumerator = <1>;
 			function-enumerator = <1>;
 			gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
 			gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
-			linux,default-trigger = "phy0radio";
+			linux,default-trigger = "phy0tpt";
 		};
 		};
 
 
 		led_power: led-7 {
 		led_power: led-7 {