projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d072fdd
)
mmc: fsl_esdhc_imx: Add i.MX8MP compatible string
author
Marek Vasut
<marex@denx.de>
Thu, 10 Mar 2022 20:27:04 +0000
(21:27 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 12 Apr 2022 19:08:23 +0000
(21:08 +0200)
Add compatible string for i.MX8MP, which permits i.MX8MP to use
HS400ES mode, just like all the other i.MX8M.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <festevam@denx.de>
Cc: Haibo Chen <haibo.chen@nxp.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Reviewed-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
02208a5
..
893d7e2
100644
(file)
--- a/
drivers/mmc/fsl_esdhc_imx.c
+++ b/
drivers/mmc/fsl_esdhc_imx.c
@@
-1640,6
+1640,7
@@
static const struct udevice_id fsl_esdhc_ids[] = {
{ .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,imx8mp-usdhc", .data = (ulong)&usdhc_imx8qm_data,},
{ .compatible = "fsl,imx8mq-usdhc", .data = (ulong)&usdhc_imx8qm_data,},
{ .compatible = "fsl,imxrt-usdhc", },
{ .compatible = "fsl,esdhc", },