Hi > -----Original Message----- > From: Patrick DELAUNAY <[email protected]> > Sent: Wednesday, April 17, 2024 6:02 PM > To: Patrice Chotard <[email protected]>; [email protected] > Cc: U-Boot STM32 <[email protected]>; Jaehoon Chung > <[email protected]>; > Peng Fan <[email protected]>; Sean Anderson <[email protected]>; Simon Glass > <[email protected]>; Tom > Rini <[email protected]> > 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 <[email protected]> > > > > Add compatible used for STM32MP25 family. > > > > Signed-off-by: Patrick Delaunay <[email protected]> > > Signed-off-by: Patrice Chotard <[email protected]> > > --- > > > > 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 <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]> Best Regards, Jaehoon Chung > > Thanks > Patrick >

