From: Haibo Chen Date: Tue, 28 Apr 2020 09:13:36 +0000 (+0800) Subject: arm64: dts: imx8mp: change the usdhc compatible X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~577^2~2^2~421 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=a994679c527b2547ea2b60c72954b9cefef9b2f7;p=linux.git arm64: dts: imx8mp: change the usdhc compatible Change the usdhc to compatible with imx8mm, then emmc can work at HS400ES mode. Signed-off-by: Haibo Chen --- diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index e33de2c6074c..2003fafa54d4 100755 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -949,7 +949,7 @@ }; usdhc1: mmc@30b40000 { - compatible = "fsl,imx8mp-usdhc", "fsl,imx7d-usdhc"; + compatible = "fsl,imx8mp-usdhc", "fsl,imx8mm-usdhc"; reg = <0x30b40000 0x10000>; interrupts = ; clocks = <&clk IMX8MP_CLK_DUMMY>, @@ -963,7 +963,7 @@ }; usdhc2: mmc@30b50000 { - compatible = "fsl,imx8mp-usdhc", "fsl,imx7d-usdhc"; + compatible = "fsl,imx8mp-usdhc", "fsl,imx8mm-usdhc"; reg = <0x30b50000 0x10000>; interrupts = ; clocks = <&clk IMX8MP_CLK_DUMMY>, @@ -977,7 +977,7 @@ }; usdhc3: mmc@30b60000 { - compatible = "fsl,imx8mp-usdhc", "fsl,imx7d-usdhc"; + compatible = "fsl,imx8mp-usdhc", "fsl,imx8mm-usdhc"; reg = <0x30b60000 0x10000>; interrupts = ; clocks = <&clk IMX8MP_CLK_DUMMY>,