Skip to content

Commit

Permalink
drivers: regulator: axp192: fix init priority
Browse files Browse the repository at this point in the history
That was missed in 66f5fce commit so let's adjust it as well.

Signed-off-by: Bartosz Bilas <[email protected]>
  • Loading branch information
bbilas authored and fabiobaltieri committed Nov 2, 2023
1 parent 8bcdb69 commit 75444bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/Kconfig.axp192
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 75444bd

Please sign in to comment.