board: st: stm32mp135f_dk: align MCP230XX init prio to I2C
MCP230XX IO expander is interfaced via i2c hence it is suffisant to align its init priority to the i2c one. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
This commit is contained in:
parent
b60609adea
commit
921b5690ff
15
boards/st/stm32mp135f_dk/Kconfig.defconfig
Normal file
15
boards/st/stm32mp135f_dk/Kconfig.defconfig
Normal file
@ -0,0 +1,15 @@
|
||||
# STM32MP135F DISCOVERY board configuration
|
||||
|
||||
# Copyright (c) 2025 STMicroelectronics
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_STM32MP135F_DK
|
||||
|
||||
if GPIO_MCP230XX
|
||||
|
||||
config GPIO_MCP230XX_INIT_PRIORITY
|
||||
default I2C_INIT_PRIORITY
|
||||
|
||||
endif # GPIO_MCP230XX
|
||||
|
||||
endif # BOARD_STM32MP135F_DK
|
||||
Loading…
Reference in New Issue
Block a user