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:
430630c
)
mmc: fsl_esdhc: add compatible for fsl, imx53-esdhc
author
Patrick Bruenn
<p.bruenn@beckhoff.com>
Thu, 3 Jan 2019 06:54:32 +0000
(07:54 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 28 Jan 2019 19:55:46 +0000
(20:55 +0100)
Add compatible "fsl,imx53-esdhc" to keep mmc working on i.MX53 platforms
with CONFIG_DM_MMC=y
Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
drivers/mmc/fsl_esdhc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/fsl_esdhc.c
b/drivers/mmc/fsl_esdhc.c
index
8463731
..
2fa61c4
100644
(file)
--- a/
drivers/mmc/fsl_esdhc.c
+++ b/
drivers/mmc/fsl_esdhc.c
@@
-1584,6
+1584,7
@@
static struct esdhc_soc_data usdhc_imx7d_data = {
};
static const struct udevice_id fsl_esdhc_ids[] = {
+ { .compatible = "fsl,imx53-esdhc", },
{ .compatible = "fsl,imx6ul-usdhc", },
{ .compatible = "fsl,imx6sx-usdhc", },
{ .compatible = "fsl,imx6sl-usdhc", },