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:
Bartosz Bilas 2023-11-01 09:03:21 +01:00 committed by Fabio Baltieri
parent 8bcdb694a2
commit 75444bdc64

View file

@ -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.