Commit 921b5690 authored by Alain Volmat's avatar Alain Volmat Committed by Benjamin Cabé
Browse files

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: default avatarAlain Volmat <alain.volmat@foss.st.com>
parent b60609ad
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
# 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