projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d01c98
)
mmc: fsl_esdhc_imx: Update compatible string for imx8m
author
Peng Fan
<peng.fan@nxp.com>
Mon, 4 Nov 2019 09:31:17 +0000
(17:31 +0800)
committer
Peng Fan
<peng.fan@nxp.com>
Tue, 5 Nov 2019 03:21:25 +0000
(11:21 +0800)
To enable HS400(ES) and UHS for imx8m platforms, update the driver data
to share with imx8qm esdhc_soc_data.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
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 67549036d41d044faf0635dacfb47014bbd726b6..40993863130904efe5b0a62c654aa15ec7dbc17f 100644
(file)
--- a/
drivers/mmc/fsl_esdhc_imx.c
+++ b/
drivers/mmc/fsl_esdhc_imx.c
@@
-1647,6
+1647,9
@@
static const struct udevice_id fsl_esdhc_ids[] = {
{ .compatible = "fsl,imx7d-usdhc", .data = (ulong)&usdhc_imx7d_data,},
{ .compatible = "fsl,imx7ulp-usdhc", },
{ .compatible = "fsl,imx8qm-usdhc", .data = (ulong)&usdhc_imx8qm_data,},
+ { .compatible = "fsl,imx8mm-usdhc", .data = (ulong)&usdhc_imx8qm_data,},
+ { .compatible = "fsl,imx8mn-usdhc", .data = (ulong)&usdhc_imx8qm_data,},
+ { .compatible = "fsl,imx8mq-usdhc", .data = (ulong)&usdhc_imx8qm_data,},
{ .compatible = "fsl,esdhc", },
{ /* sentinel */ }
};