mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
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>
This commit is contained in:
parent
5ce1af9539
commit
ac1ad1a7ad
@ -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>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user