diff mbox series

[U-Boot,2/2] mmc: ftsdc010_mci: Sync compatible with DT mmc node

Message ID 20180524012225.8797-1-uboot@andestech.com
State Accepted
Commit cf3922dddc44a968685b535f2af195f1e51f4a7b
Delegated to: Andes
Headers show
Series [U-Boot,1/2] riscv: dts: Sync DT with Linux Kernel | expand

Commit Message

Andes May 24, 2018, 1:22 a.m. UTC
From: Rick Chen <rick@andestech.com>

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>
---
 drivers/mmc/ftsdc010_mci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/mmc/ftsdc010_mci.c b/drivers/mmc/ftsdc010_mci.c
index 9de3a15..f98472c 100644
--- a/drivers/mmc/ftsdc010_mci.c
+++ b/drivers/mmc/ftsdc010_mci.c
@@ -464,7 +464,7 @@  int ftsdc010_mmc_bind(struct udevice *dev)
 }
 
 static const struct udevice_id ftsdc010_mmc_ids[] = {
-	{ .compatible = "andestech,atsdc010" },
+	{ .compatible = "andestech,atfsdc010" },
 	{ }
 };