drivers: regulator: axp192: fix init priority
That was missed in 66f5fce
commit so let's adjust it as well.
Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
parent
8bcdb694a2
commit
75444bdc64
|
@ -15,7 +15,7 @@ if REGULATOR_AXP192
|
|||
|
||||
config REGULATOR_AXP192_INIT_PRIORITY
|
||||
int "AXP192 regulator driver init priority"
|
||||
default 76
|
||||
default 86
|
||||
help
|
||||
Init priority for the axp192 regulator driver. It must be
|
||||
greater than MFD_INIT_PRIORITY.
|
||||
|
|
Loading…
Reference in a new issue