[PATCH] mmc: omap_hsmmc: Add "ti,am437-sdhci" compatible
"Markus Schneider-Pargmann (TI)" <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <20260827-v2026-10-next-topic-am45-ofupstream-mmc-compatibles-v1-1-24299cefb42a@baylibre.com> |
The upstream devicetree describes the am437 mmc/sd controllers with the "ti,am437-sdhci" compatible. uboot's devicetree uses the omap4-hsmmc compatible. As the driver works fine with the hardware, add the upstream devicetree compatible to the driver to support the upstream devicetree. Signed-off-by: Markus Schneider-Pargmann (TI) <[email protected]> --- drivers/mmc/omap_hsmmc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/omap_hsmmc.c b/drivers/mmc/omap_hsmmc.c index ae7420806432..b56b6f75d70d 100644 --- a/drivers/mmc/omap_hsmmc.c +++ b/drivers/mmc/omap_hsmmc.c @@ -2026,6 +2026,7 @@ static const struct udevice_id omap_hsmmc_ids[] = { { .compatible = "ti,omap4-hsmmc" }, { .compatible = "ti,am33xx-hsmmc" }, { .compatible = "ti,am335-sdhci" }, + { .compatible = "ti,am437-sdhci" }, { .compatible = "ti,dra7-hsmmc", .data = (ulong)&dra7_mmc_of_data }, { } }; --- base-commit: d3e8597e46b635ec556a057bc42f0b0859654bdf change-id: 20260827-v2026-10-next-topic-am45-ofupstream-mmc-compatibles-f42b5bb9af5f Best regards, -- Markus Schneider-Pargmann (TI) <[email protected]>