aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2018-05-29 11:00:28 +0800
committerAndes <uboot@andestech.com>2018-05-29 14:45:03 +0800
commitcf3922dddc44a968685b535f2af195f1e51f4a7b (patch)
tree166ac7bf2c845ae6752e11292d8d77aaff6deb6a /drivers/mmc
parentc14e90e8445e7b1c3531b4bdeb778c47bd6570eb (diff)
downloadu-boot-cf3922dddc44a968685b535f2af195f1e51f4a7b.zip
u-boot-cf3922dddc44a968685b535f2af195f1e51f4a7b.tar.gz
u-boot-cf3922dddc44a968685b535f2af195f1e51f4a7b.tar.bz2
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 <rick@andestech.com> Signed-off-by: Rick Chen <rickchen36@gmail.com> Cc: Greentime Hu <green.hu@gmail.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/ftsdc010_mci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/ftsdc010_mci.c b/drivers/mmc/ftsdc010_mci.c
index 00209e3..9c15eb3 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" },
{ }
};