]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: st: common: Add support of stm32mp21xx-dk board
authorPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 11 Feb 2026 14:32:22 +0000 (15:32 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 24 Feb 2026 13:14:15 +0000 (14:14 +0100)
Add board identifier for STM32MP21 discovery board = MB2059.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
board/st/common/cmd_stboard.c

index b9d0abdba7d3aef9b455a15f3ce6cfe141587097..d77046499a0c9dad99cbde263640161040e87a0f 100644 (file)
@@ -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++)