On 2/24/26 11:26, Patrick DELAUNAY wrote:
> Hi,
>
> On 2/10/26 11:26, Patrice Chotard wrote:
>> Add "st,stm32mp21-rifsc" compatible for STM32MP21 support.
>>
>> Signed-off-by: Patrice Chotard <[email protected]>
>> ---
>> arch/arm/mach-stm32mp/stm32mp2/rifsc.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/mach-stm32mp/stm32mp2/rifsc.c
>> b/arch/arm/mach-stm32mp/stm32mp2/rifsc.c
>> index f8f67af4449..cf8026088f3 100644
>> --- a/arch/arm/mach-stm32mp/stm32mp2/rifsc.c
>> +++ b/arch/arm/mach-stm32mp/stm32mp2/rifsc.c
>> @@ -367,6 +367,7 @@ static int stm32_rifsc_remove(struct udevice *bus)
>> }
>> static const struct udevice_id stm32_rifsc_ids[] = {
>> + { .compatible = "st,stm32mp21-rifsc" },
>> { .compatible = "st,stm32mp25-rifsc" },
>> {},
>> };
>>
>
>
> Reviewed-by: Patrick Delaunay <[email protected]>
>
> Thanks
> Patrick
>
Applied to u-boot-stm32/master
Thanks
Patrice