mmc: sdhci-esdhc-imx: Add an new esdhc_soc_data for i.MX8MM
Add new esdhc_soc_data, with compatible string "fsl,imx8mm-usdhc". Signed-off-by: Haibo Chen <haibo.chen@nxp.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Link: https://lore.kernel.org/r/1582100757-20683-5-git-send-email-haibo.chen@nxp.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
74898cbcbf
commit
cde5e8e9ff
@ -255,6 +255,14 @@ static struct esdhc_soc_data usdhc_imx8qxp_data = {
|
|||||||
| ESDHC_FLAG_CLK_RATE_LOST_IN_PM_RUNTIME,
|
| ESDHC_FLAG_CLK_RATE_LOST_IN_PM_RUNTIME,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static struct esdhc_soc_data usdhc_imx8mm_data = {
|
||||||
|
.flags = ESDHC_FLAG_USDHC | ESDHC_FLAG_STD_TUNING
|
||||||
|
| ESDHC_FLAG_HAVE_CAP1 | ESDHC_FLAG_HS200
|
||||||
|
| ESDHC_FLAG_HS400 | ESDHC_FLAG_HS400_ES
|
||||||
|
| ESDHC_FLAG_CQHCI
|
||||||
|
| ESDHC_FLAG_STATE_LOST_IN_LPMODE,
|
||||||
|
};
|
||||||
|
|
||||||
struct pltfm_imx_data {
|
struct pltfm_imx_data {
|
||||||
u32 scratchpad;
|
u32 scratchpad;
|
||||||
struct pinctrl *pinctrl;
|
struct pinctrl *pinctrl;
|
||||||
@ -304,6 +312,7 @@ static const struct of_device_id imx_esdhc_dt_ids[] = {
|
|||||||
{ .compatible = "fsl,imx7d-usdhc", .data = &usdhc_imx7d_data, },
|
{ .compatible = "fsl,imx7d-usdhc", .data = &usdhc_imx7d_data, },
|
||||||
{ .compatible = "fsl,imx7ulp-usdhc", .data = &usdhc_imx7ulp_data, },
|
{ .compatible = "fsl,imx7ulp-usdhc", .data = &usdhc_imx7ulp_data, },
|
||||||
{ .compatible = "fsl,imx8qxp-usdhc", .data = &usdhc_imx8qxp_data, },
|
{ .compatible = "fsl,imx8qxp-usdhc", .data = &usdhc_imx8qxp_data, },
|
||||||
|
{ .compatible = "fsl,imx8mm-usdhc", .data = &usdhc_imx8mm_data, },
|
||||||
{ /* sentinel */ }
|
{ /* sentinel */ }
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, imx_esdhc_dt_ids);
|
MODULE_DEVICE_TABLE(of, imx_esdhc_dt_ids);
|
||||||
|
Loading…
Reference in New Issue
Block a user