From 0cf77c964bb692137a868bab93b9f43497255bb3 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Thu, 2 Nov 2023 13:42:00 +0100 Subject: [PATCH] boards: m5stack_core2: override REGULATOR_AXP192_INIT_PRIORITY priority axp192 is used by the display controller and gpio hog subsys thus we need to set this priority to the smaller value. (cherry picked from commit 2d060feb51accfd31a797d178287682e208ce16c) Original-Signed-off-by: Bartosz Bilas GitOrigin-RevId: 2d060feb51accfd31a797d178287682e208ce16c Change-Id: I9d5402340dcab4f7442ac1857bb66efc1faa049d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5002495 Tested-by: ChromeOS Prod (Robot) Reviewed-by: Fabio Baltieri Commit-Queue: Fabio Baltieri Tested-by: Fabio Baltieri --- boards/xtensa/m5stack_core2/Kconfig.defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/xtensa/m5stack_core2/Kconfig.defconfig b/boards/xtensa/m5stack_core2/Kconfig.defconfig index feb6c7a6d6b..08fc712b0d3 100644 --- a/boards/xtensa/m5stack_core2/Kconfig.defconfig +++ b/boards/xtensa/m5stack_core2/Kconfig.defconfig @@ -24,6 +24,9 @@ choice BT_HCI_BUS_TYPE default BT_ESP32 if BT endchoice +config REGULATOR_AXP192_INIT_PRIORITY + default 81 + config GPIO_HOGS_INIT_PRIORITY default 82