On 4/17/24 13:10, Jaehoon Chung wrote:
> Hi
> 
>> -----Original Message-----
>> From: Patrick DELAUNAY <patrick.delau...@foss.st.com>
>> Sent: Wednesday, April 17, 2024 6:02 PM
>> To: Patrice Chotard <patrice.chot...@foss.st.com>; u-boot@lists.denx.de
>> Cc: U-Boot STM32 <uboot-st...@st-md-mailman.stormreply.com>; Jaehoon Chung 
>> <jh80.ch...@samsung.com>;
>> Peng Fan <peng....@nxp.com>; Sean Anderson <sean...@gmail.com>; Simon Glass 
>> <s...@chromium.org>; Tom
>> Rini <tr...@konsulko.com>
>> Subject: Re: [PATCH 1/2] mmc: stm32_sdmmc2: Add "st,stm32mp25-sdmmc2" 
>> compatible
>>
>> Hi,
>>
>> On 3/8/24 15:26, Patrice Chotard wrote:
>>> From: Patrick Delaunay <patrick.delau...@foss.st.com>
>>>
>>> Add compatible used for STM32MP25 family.
>>>
>>> Signed-off-by: Patrick Delaunay <patrick.delau...@foss.st.com>
>>> Signed-off-by: Patrice Chotard <patrice.chot...@foss.st.com>
>>> ---
>>>
>>>   drivers/mmc/stm32_sdmmc2.c | 1 +
>>>   1 file changed, 1 insertion(+)
>>>
>>> diff --git a/drivers/mmc/stm32_sdmmc2.c b/drivers/mmc/stm32_sdmmc2.c
>>> index a2b111a8435..d4982a14281 100644
>>> --- a/drivers/mmc/stm32_sdmmc2.c
>>> +++ b/drivers/mmc/stm32_sdmmc2.c
>>> @@ -789,6 +789,7 @@ static int stm32_sdmmc2_bind(struct udevice *dev)
>>>
>>>   static const struct udevice_id stm32_sdmmc2_ids[] = {
>>>     { .compatible = "st,stm32-sdmmc2" },
>>> +   { .compatible = "st,stm32mp25-sdmmc2" },
>>>     { }
>>>   };
>>>
>>
>>
>> Reviewed-by: Patrick Delaunay <patrick.delau...@foss.st.com>
> 
> Reviewed-by: Jaehoon Chung <jh80.ch...@samsung.com>
> 
> Best Regards,
> Jaehoon Chung
> 
>>
>> Thanks
>> Patrick
>>
> 
> 

Applied on u-boot-stm32/master 

Reply via email to