Skip to content

Commit 2a45e18

Browse files
author
Alain Volmat
committed
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 df322f1 commit 2a45e18

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
config GPIO_MCP230XX_INIT_PRIORITY
9+
default I2C_INIT_PRIORITY
10+
11+
endif # BOARD_STM32MP135F_DK

0 commit comments

Comments
 (0)