drivers: regulator: add support for AXP2101 power management IC
Add initial support for the AXP2101 power management IC from X-powers. Remark: only DC/DC1 and ALDO have been tested on real hardware. Co-authored-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com> Co-authored-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no> Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
This commit is contained in:
parent
648b5838b1
commit
1c50c3a12b
11 changed files with 549 additions and 100 deletions
|
@ -14,7 +14,7 @@ config GPIO_HOGS_INIT_PRIORITY
|
|||
config MFD_INIT_PRIORITY
|
||||
default 70
|
||||
|
||||
config REGULATOR_AXP192_INIT_PRIORITY
|
||||
config REGULATOR_AXP192_AXP2101_INIT_PRIORITY
|
||||
default 71
|
||||
|
||||
config GPIO_AXP192_INIT_PRIORITY
|
||||
|
|
|
@ -11,7 +11,7 @@ config GPIO_HOGS_INIT_PRIORITY
|
|||
config MFD_INIT_PRIORITY
|
||||
default 70
|
||||
|
||||
config REGULATOR_AXP192_INIT_PRIORITY
|
||||
config REGULATOR_AXP192_AXP2101_INIT_PRIORITY
|
||||
default 71
|
||||
|
||||
config GPIO_AXP192_INIT_PRIORITY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue