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.

(cherry picked from commit 75444bd)

Original-Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
GitOrigin-RevId: 75444bd
Change-Id: I6893ff410ece87d2fbb37ab9147b86daa01764e0
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5002494
Tested-by: Fabio Baltieri <fabiobaltieri@google.com>
Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
  • Loading branch information
bbilas authored and Chromeos LUCI committed Nov 2, 2023
1 parent 7618f05 commit 91d971a
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 91d971a

Please sign in to comment.