mmc: hi6220_dw_mmc: add compatible for Poplar support
authorShawn Guo <shawn.guo@linaro.org>
Thu, 17 Jan 2019 04:09:51 +0000 (12:09 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 25 Jan 2019 17:12:57 +0000 (12:12 -0500)
It adds compatible "hisilicon,hi3798cv200-dw-mshc" for Poplar SoC
Hi3798CV200 to probe this mmc driver.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
drivers/mmc/hi6220_dw_mmc.c

index cc58aff38cc415db07f6330111a040251a8c5ebc..effd1e4c7c849fa43095ebeb47c7ab0d305696b1 100644 (file)
@@ -77,6 +77,7 @@ static int hi6220_dwmmc_bind(struct udevice *dev)
 
 static const struct udevice_id hi6220_dwmmc_ids[] = {
        { .compatible = "hisilicon,hi6220-dw-mshc" },
+       { .compatible = "hisilicon,hi3798cv200-dw-mshc" },
        { }
 };