From: Haibo Chen Date: Wed, 18 Dec 2019 08:06:13 +0000 (+0800) Subject: LF-527 ARM64: dts: imx8mn: change the usdhc compatible with imx8mm X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~577^2~2^2~528 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=cc72aeb6ac8e74ec3974b8f82426b131442fef9d;p=linux.git LF-527 ARM64: dts: imx8mn: change the usdhc compatible with imx8mm the usdhc IP of imx8mn and imx8mm is the same, so let imx8mn share the compatible with imx8mm. so that it can support HS400ES and CMDQ. Signed-off-by: Haibo Chen Reviewed-by: Dong Aisheng --- diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi index 3fc14b5dea83..0033c7e87ef2 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi @@ -769,7 +769,7 @@ }; usdhc1: mmc@30b40000 { - compatible = "fsl,imx8mn-usdhc", "fsl,imx7d-usdhc"; + compatible = "fsl,imx8mn-usdhc", "fsl,imx8mm-usdhc"; reg = <0x30b40000 0x10000>; interrupts = ; clocks = <&clk IMX8MN_CLK_IPG_ROOT>, @@ -783,7 +783,7 @@ }; usdhc2: mmc@30b50000 { - compatible = "fsl,imx8mn-usdhc", "fsl,imx7d-usdhc"; + compatible = "fsl,imx8mn-usdhc", "fsl,imx8mm-usdhc"; reg = <0x30b50000 0x10000>; interrupts = ; clocks = <&clk IMX8MN_CLK_IPG_ROOT>, @@ -797,7 +797,7 @@ }; usdhc3: mmc@30b60000 { - compatible = "fsl,imx8mn-usdhc", "fsl,imx7d-usdhc"; + compatible = "fsl,imx8mn-usdhc", "fsl,imx8mm-usdhc"; reg = <0x30b60000 0x10000>; interrupts = ; clocks = <&clk IMX8MN_CLK_IPG_ROOT>,