arm64: dts: imx8mp: change the usdhc compatible
authorHaibo Chen <haibo.chen@nxp.com>
Tue, 28 Apr 2020 09:13:36 +0000 (17:13 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:22:37 +0000 (11:22 +0800)
Change the usdhc to compatible with imx8mm, then emmc can
work at HS400ES mode.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
arch/arm64/boot/dts/freescale/imx8mp.dtsi

index e33de2c..2003faf 100755 (executable)
                        };
 
                        usdhc1: mmc@30b40000 {
-                               compatible = "fsl,imx8mp-usdhc", "fsl,imx7d-usdhc";
+                               compatible = "fsl,imx8mp-usdhc", "fsl,imx8mm-usdhc";
                                reg = <0x30b40000 0x10000>;
                                interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clk IMX8MP_CLK_DUMMY>,
                        };
 
                        usdhc2: mmc@30b50000 {
-                               compatible = "fsl,imx8mp-usdhc", "fsl,imx7d-usdhc";
+                               compatible = "fsl,imx8mp-usdhc", "fsl,imx8mm-usdhc";
                                reg = <0x30b50000 0x10000>;
                                interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clk IMX8MP_CLK_DUMMY>,
                        };
 
                        usdhc3: mmc@30b60000 {
-                               compatible = "fsl,imx8mp-usdhc", "fsl,imx7d-usdhc";
+                               compatible = "fsl,imx8mp-usdhc", "fsl,imx8mm-usdhc";
                                reg = <0x30b60000 0x10000>;
                                interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clk IMX8MP_CLK_DUMMY>,