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:
Alain Volmat 2025-06-20 20:54:08 +02:00 committed by Benjamin Cabé
parent b60609adea
commit 921b5690ff

View 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