diff options
| author | David Bauer | 2025-01-13 14:18:51 +0000 |
|---|---|---|
| committer | David Bauer | 2025-01-13 14:28:14 +0000 |
| commit | 54463f1e2e17d14a24d3504acea8107f45228f27 (patch) | |
| tree | 2a7f383812208cb598fa8e08e34ed456317959a6 | |
| parent | 08c93512fe39ac25f78fb2ab0f32cb2a830c5b70 (diff) | |
| download | openwrt-54463f1e2e17d14a24d3504acea8107f45228f27.tar.gz | |
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@david-bauer.net>
| -rw-r--r-- | target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-rutx50.dts | 2 |
1 files changed, 2 insertions, 0 deletions
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"; }; }; |