Re: [PATCH 1/3] arm: mmc: Add "ti, am335-sdhci" compatible for TI's omap_hsmmc driver

2022-03-07 Thread Tom Rini
On Fri, Feb 18, 2022 at 01:28:41PM +0100, Lukasz Majewski wrote: > In the Linux kernel (v5.16) for this SoC there are two separate drivers > - namely sdhci-omap.c and omap_hsmmc.c which have separate set of > compatibles. > > The U-Boot's drivers/mmc/omap_hsmmc.c driver supports both eMMC and >

Re: [PATCH 1/3] arm: mmc: Add "ti,am335-sdhci" compatible for TI's omap_hsmmc driver

2022-03-03 Thread Lukasz Majewski
Hi Tom, > In the Linux kernel (v5.16) for this SoC there are two separate > drivers > - namely sdhci-omap.c and omap_hsmmc.c which have separate set of > compatibles. > > The U-Boot's drivers/mmc/omap_hsmmc.c driver supports both eMMC and > SD devices - hence the compatible for SDHCI can be

Re: [PATCH 1/3] arm: mmc: Add "ti,am335-sdhci" compatible for TI's omap_hsmmc driver

2022-02-21 Thread Jaehoon Chung
On 2/18/22 21:28, Lukasz Majewski wrote: > In the Linux kernel (v5.16) for this SoC there are two separate drivers > - namely sdhci-omap.c and omap_hsmmc.c which have separate set of > compatibles. > > The U-Boot's drivers/mmc/omap_hsmmc.c driver supports both eMMC and > SD devices - hence the

[PATCH 1/3] arm: mmc: Add "ti, am335-sdhci" compatible for TI's omap_hsmmc driver

2022-02-18 Thread Lukasz Majewski
In the Linux kernel (v5.16) for this SoC there are two separate drivers - namely sdhci-omap.c and omap_hsmmc.c which have separate set of compatibles. The U-Boot's drivers/mmc/omap_hsmmc.c driver supports both eMMC and SD devices - hence the compatible for SDHCI can be added. After this change