hw21/26: enable pullup to set SIM_SW default high

This commit is contained in:
Rene Straub 2021-03-14 16:45:57 +01:00
parent 2997b916c1
commit a39cba028a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ static struct module_pin_mux gpio_pin_mux[] = {
{OFFSET(gpmc_wait0), (MODE(7) | PULLUDDIS)}, /* (T17) GPIO0_30: LED0.GN */
/* Bank 1 */
{OFFSET(gpmc_ad12), (MODE(7) | PULLUDDIS)}, /* (T12) GPIO1_12: SIM_SW */
{OFFSET(gpmc_ad12), (MODE(7) | PULLUDEN | PULLUP_EN)}, /* (T12) GPIO1_12: SIM_SW */
{OFFSET(gpmc_ad14), (MODE(7) | PULLUDDIS)}, /* (V13) GPIO1_14: GNSS_RST~ */
{OFFSET(gpmc_ad15), (MODE(7) | PULLUDDIS)}, /* (U13) GPIO1_15: CAN_TERM0~ */