projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c14e90e
)
mmc: ftsdc010_mci: Sync compatible with DT mmc node
author
Rick Chen
<rick@andestech.com>
Tue, 29 May 2018 03:00:28 +0000
(11:00 +0800)
committer
Andes
<uboot@andestech.com>
Tue, 29 May 2018 06:45:03 +0000
(14:45 +0800)
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
patch
|
blob
|
history
diff --git
a/drivers/mmc/ftsdc010_mci.c
b/drivers/mmc/ftsdc010_mci.c
index 00209e33889d401b7b96a5adde6e03c70c962747..9c15eb36d6462801456bcc00af60427970262079 100644
(file)
--- 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,at
f
sdc010" },
{ }
};