mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-18 09:48:39 +00:00
arm: mmc: Add "ti, am335-sdhci" compatible for TI's omap_hsmmc driver
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 the am335x DTS description can be easier ported from Linux kernel. Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
parent
8fb30e3f80
commit
497f57cfc2
@ -2019,6 +2019,7 @@ static const struct udevice_id omap_hsmmc_ids[] = {
|
||||
{ .compatible = "ti,omap3-hsmmc" },
|
||||
{ .compatible = "ti,omap4-hsmmc" },
|
||||
{ .compatible = "ti,am33xx-hsmmc" },
|
||||
{ .compatible = "ti,am335-sdhci" },
|
||||
{ .compatible = "ti,dra7-hsmmc", .data = (ulong)&dra7_mmc_of_data },
|
||||
{ }
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user