diff --git a/drivers/mci/omap_hsmmc.c b/drivers/mci/omap_hsmmc.c index b141610..6623503 100644 --- a/drivers/mci/omap_hsmmc.c +++ b/drivers/mci/omap_hsmmc.c @@ -651,6 +651,12 @@ .compatible = "ti,omap4-hsmmc", .data = &omap4_data, }, { + .compatible = "ti,am335-sdhci", + .data = &omap4_data, + }, { + .compatible = "ti,am437-sdhci", + .data = &omap4_data, + }, { /* sentinel */ } };