CONFIG_PMIC_REGULATOR_INIT_PRIORITY

Regulator Init priority

Type: int

Help

I2C based regulator init priority.
Must be greater than KERNEL_INIT_PRIORITY_DEVICE so I2C is initialized,
and less than SDMMC_INIT_PRIORITY, since the SDMMC driver uses an I2C
PMIC regulator

Direct dependencies

REGULATOR_PMIC && REGULATOR

(Includes any dependencies from ifs and menus.)

Default

  • 75

Kconfig definition

At <Driver>/regulator/Kconfig.pmic:14

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:104<Driver>/regulator/Kconfig:16

Menu path: (Top) → Device Drivers → Regulator drivers → PMIC Regulator Driver

config PMIC_REGULATOR_INIT_PRIORITY
    int "Regulator Init priority"
    default 75
    depends on REGULATOR_PMIC && REGULATOR
    help
      I2C based regulator init priority.
      Must be greater than KERNEL_INIT_PRIORITY_DEVICE so I2C is initialized,
      and less than SDMMC_INIT_PRIORITY, since the SDMMC driver uses an I2C
      PMIC regulator

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)