[openwrt/openwrt] ipq40xx: turn on Teltonika RUTX50 modem by default
LEDE Commits
lede-commits at lists.infradead.org
Thu Jun 5 05:12:31 PDT 2025
blocktrron pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/796b7681bf0bad0174ee9d2caf5e025ab0c43493
commit 796b7681bf0bad0174ee9d2caf5e025ab0c43493
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Mon Jan 13 15:12:38 2025 +0100
ipq40xx: turn on Teltonika RUTX50 modem by default
Turn on the 5G modem of the RUTX50 on by default.
This allows to make the modem detectable on a fresh
installation OOTB without further intervention.
Signed-off-by: David Bauer <mail at david-bauer.net>
(cherry picked from commit ac1ad1a7ad6bb3a528def4154e91dd398fda8db5)
---
.../ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-rutx50.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 56d920a6dd..a297459795 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
@@ -29,7 +29,7 @@
gpio_modem_power {
gpio-export,name = "modem_power";
- gpio-export,output = <0>;
+ gpio-export,output = <1>;
gpios = <&shift_io 9 GPIO_ACTIVE_HIGH>;
};
More information about the lede-commits
mailing list