From 2d060feb51accfd31a797d178287682e208ce16c 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. Signed-off-by: Bartosz Bilas --- 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 feb6c7a6d6b5..08fc712b0d38 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