]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mmc: Add "ti, am335-sdhci" compatible for TI's omap_hsmmc driver
authorLukasz Majewski <lukma@denx.de>
Fri, 18 Feb 2022 12:28:41 +0000 (13:28 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 7 Mar 2022 16:36:12 +0000 (11:36 -0500)
commit37160cf2bae7e082369d272b38ccce285e7987f4
treeba7e3cdef26100867b399f026a98d7f7c85ab5c1
parent8e171970d39acd718fd4ad01c2495ec1a7315ef9
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>
drivers/mmc/omap_hsmmc.c