diff options
| author | Patrice Chotard <[email protected]> | 2026-02-11 15:32:22 +0100 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2026-02-24 14:14:15 +0100 |
| commit | 32912d0908bbdb56a8863e835a2edc6e13c7159a (patch) | |
| tree | 2cc54a5914eb7b2b7a375f30e91cf63bb7ab0d76 | |
| parent | d5cedabe8b55b4b58b8bd9a5c20de3a307be36d1 (diff) | |
board: st: common: Add support of stm32mp21xx-dk board
Add board identifier for STM32MP21 discovery board = MB2059.
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
| -rw-r--r-- | board/st/common/cmd_stboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/st/common/cmd_stboard.c b/board/st/common/cmd_stboard.c index b9d0abdba7d..d77046499a0 100644 --- a/board/st/common/cmd_stboard.c +++ b/board/st/common/cmd_stboard.c @@ -51,6 +51,7 @@ static bool check_stboard(u16 board) 0x1605, /* stm32mp25xx-dk */ 0x1635, 0x1936, /* stm32mp25xx-ev1 */ + 0x2059, /* stm32mp21xx-dk */ }; for (i = 0; i < ARRAY_SIZE(st_board_id); i++) |
