Skip to content

Commit 921b569

Browse files
Alain Volmatkartben
authored andcommitted
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>
1 parent b60609a commit 921b569

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# STM32MP135F DISCOVERY board configuration
2+
3+
# Copyright (c) 2025 STMicroelectronics
4+
# SPDX-License-Identifier: Apache-2.0
5+
6+
if BOARD_STM32MP135F_DK
7+
8+
if GPIO_MCP230XX
9+
10+
config GPIO_MCP230XX_INIT_PRIORITY
11+
default I2C_INIT_PRIORITY
12+
13+
endif # GPIO_MCP230XX
14+
15+
endif # BOARD_STM32MP135F_DK

0 commit comments

Comments
 (0)