From: Rick Chen Date: Tue, 29 May 2018 03:00:28 +0000 (+0800) Subject: mmc: ftsdc010_mci: Sync compatible with DT mmc node X-Git-Tag: v2025.01-rc5-pxa1908~4178^2~5 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=cf3922dddc44a968685b535f2af195f1e51f4a7b;p=u-boot.git mmc: ftsdc010_mci: Sync compatible with DT mmc node The compatible string of ftsdc010_mci.c is different from the mmc driver in Linux Kernel. Modify it for consistency. Signed-off-by: Rick Chen Signed-off-by: Rick Chen Cc: Greentime Hu --- diff --git a/drivers/mmc/ftsdc010_mci.c b/drivers/mmc/ftsdc010_mci.c index 00209e3388..9c15eb36d6 100644 --- a/drivers/mmc/ftsdc010_mci.c +++ b/drivers/mmc/ftsdc010_mci.c @@ -463,7 +463,7 @@ int ftsdc010_mmc_bind(struct udevice *dev) } static const struct udevice_id ftsdc010_mmc_ids[] = { - { .compatible = "andestech,atsdc010" }, + { .compatible = "andestech,atfsdc010" }, { } };