[openwrt/openwrt] ipq40xx: enable WiFi LED for Teltonika RUTX50

LEDE Commits lede-commits at lists.infradead.org
Thu Jun 5 05:12:33 PDT 2025


blocktrron pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/0a21ab73121c7db7c9c92c7cbf2a7b8b586007a6

commit 0a21ab73121c7db7c9c92c7cbf2a7b8b586007a6
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Mon Jan 13 15:18:51 2025 +0100

    ipq40xx: enable WiFi LED for Teltonika RUTX50
    
    Enable activity on the WiFi LEDs of the Teltonika RUTX50
    like other boards in the ipq40xx target.
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
    (cherry picked from commit 54463f1e2e17d14a24d3504acea8107f45228f27)
---
 .../ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-rutx50.dts    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-rutx50.dts b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-rutx50.dts
index a297459795..ae244bd126 100644
--- a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-rutx50.dts
+++ b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-rutx50.dts
@@ -103,11 +103,13 @@
 			led-10 {
 				label = "green:wifi2g";
 				gpios = <&shift_io 12 GPIO_ACTIVE_HIGH>;
+				linux,default-trigger = "phy0tpt";
 			};
 
 			led-11 {
 				label = "green:wifi5g";
 				gpios = <&shift_io 13 GPIO_ACTIVE_HIGH>;
+				linux,default-trigger = "phy1tpt";
 			};
 		};
 




More information about the lede-commits mailing list