Skip to content

Commit

Permalink
ramips: enable wireless LEDs activity blinking for TP-Link EC330-G5u v1
Browse files Browse the repository at this point in the history
This commit enables wireless LEDs activity blinking for TP-Link EC330-G5u
v1 router.

Signed-off-by: Mikhail Zhilkin <[email protected]>
  • Loading branch information
csharper2005 committed Oct 29, 2023
1 parent 5dbdf3b commit 6ad703b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/ramips/dts/mt7621_tplink_ec330-g5u-v1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
function = LED_FUNCTION_WLAN;
function-enumerator = <0>;
gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy1radio";
linux,default-trigger = "phy1tpt";
};

led-6 {
Expand All @@ -82,7 +82,7 @@
function = LED_FUNCTION_WLAN;
function-enumerator = <1>;
gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy0radio";
linux,default-trigger = "phy0tpt";
};

led_power: led-7 {
Expand Down

0 comments on commit 6ad703b

Please sign in to comment.