Skip to content

Commit

Permalink
ipq40xx: turn on Teltonika RUTX50 modem by default
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
blocktrron committed Jan 13, 2025
1 parent 5ce1af9 commit ac1ad1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};

Expand Down

0 comments on commit ac1ad1a

Please sign in to comment.