[PATCH 1/2] board: st: common: Add support of stm32mp21xx-dk board
Patrice CHOTARD
patrice.chotard at foss.st.com
Tue Feb 24 14:22:47 CET 2026
On 2/24/26 11:34, Patrick DELAUNAY wrote:
> Hi,
>
> On 2/11/26 15:32, Patrice Chotard wrote:
>> Add board identifier for STM32MP21 discovery board = MB2059.
>>
>> Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
>> ---
>> board/st/common/cmd_stboard.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> 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++)
>>
>
>
> Reviewed-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
>
> Thanks
> Patrick
>
Applied to u-boot-stm32/master
Thanks
Patrice
More information about the U-Boot
mailing list