LF-527 ARM64: dts: imx8mn: change the usdhc compatible with imx8mm
authorHaibo Chen <haibo.chen@nxp.com>
Wed, 18 Dec 2019 08:06:13 +0000 (16:06 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:21:54 +0000 (11:21 +0800)
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 <haibo.chen@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
arch/arm64/boot/dts/freescale/imx8mn.dtsi

index 3fc14b5..0033c7e 100644 (file)
                        };
 
                        usdhc1: mmc@30b40000 {
-                               compatible = "fsl,imx8mn-usdhc", "fsl,imx7d-usdhc";
+                               compatible = "fsl,imx8mn-usdhc", "fsl,imx8mm-usdhc";
                                reg = <0x30b40000 0x10000>;
                                interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clk IMX8MN_CLK_IPG_ROOT>,
                        };
 
                        usdhc2: mmc@30b50000 {
-                               compatible = "fsl,imx8mn-usdhc", "fsl,imx7d-usdhc";
+                               compatible = "fsl,imx8mn-usdhc", "fsl,imx8mm-usdhc";
                                reg = <0x30b50000 0x10000>;
                                interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clk IMX8MN_CLK_IPG_ROOT>,
                        };
 
                        usdhc3: mmc@30b60000 {
-                               compatible = "fsl,imx8mn-usdhc", "fsl,imx7d-usdhc";
+                               compatible = "fsl,imx8mn-usdhc", "fsl,imx8mm-usdhc";
                                reg = <0x30b60000 0x10000>;
                                interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clk IMX8MN_CLK_IPG_ROOT>,