git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1351e3e
)
mmc: fsl_esdhc_imx: rename driver name to match ll_entry
author
Walter Lozano
<walter.lozano@collabora.com>
Wed, 29 Jul 2020 15:31:16 +0000
(12:31 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 2 Aug 2020 12:28:28 +0000
(14:28 +0200)
As discussed in commit <
addf358bac1d2bd0
> rename fsl_esdhc_imx
driver to allow the OF_PLATDATA support.
Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/mmc/fsl_esdhc_imx.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/fsl_esdhc_imx.c
b/drivers/mmc/fsl_esdhc_imx.c
index
644f465
..
6b727db
100644
(file)
--- a/
drivers/mmc/fsl_esdhc_imx.c
+++ b/
drivers/mmc/fsl_esdhc_imx.c
@@
-1644,7
+1644,7
@@
static int fsl_esdhc_bind(struct udevice *dev)
#endif
U_BOOT_DRIVER(fsl_esdhc) = {
- .name = "fsl
-esdhc-mm
c",
+ .name = "fsl
_esdh
c",
.id = UCLASS_MMC,
.of_match = fsl_esdhc_ids,
.ops = &fsl_esdhc_ops,