forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: particle_boron: Fix init of modem pins
The Boron has a power switch that controls power to a level shifter for the modem's serial line. Previously, this switch was being enabled after the modem driver had already started. It is now controlled using a fixed regulator. The board initialization was also configuring the V_INT_DETECT pin. However, this pin is already handled as mdm-vint-gpios in the dts when the ublox-sara-r4 driver is used. Since it is not used otherwise, there is no need to configure it in the board init. Fixes: zephyrproject-rtos#56883 Signed-off-by: Göran Weinholt <goran@weinholt.se>
- Loading branch information
Showing
4 changed files
with
14 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters