diff options
| author | David Bauer | 2025-01-13 14:12:38 +0000 |
|---|---|---|
| committer | David Bauer | 2025-01-13 14:12:38 +0000 |
| commit | ac1ad1a7ad6bb3a528def4154e91dd398fda8db5 (patch) | |
| tree | 475a0cab5b5a5b5cce1f549de4fe311d27ac0092 | |
| parent | 5ce1af9539da667f62dc3cb426f9ec36e53fb54e (diff) | |
| download | openwrt-ac1ad1a7ad6bb3a528def4154e91dd398fda8db5.tar.gz | |
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@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, 1 insertions, 1 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 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>; }; |