ARM: dts: imx6ull: change to use new compatible "fsl,imx6ull-usdhc" for usdhc
authorBOUGH CHEN <haibo.chen@nxp.com>
Fri, 28 Dec 2018 03:26:16 +0000 (03:26 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 11 Feb 2019 01:22:24 +0000 (09:22 +0800)
i.MX6ULL has errata ERR010450, there is I/O timing limitation,
for SDR mode, SD card clock can't exceed 150MHz, for DDR mode,
SD card clock can't exceed 45MHz. This patch change to use the
new compatible "fsl,imx6ull-usdhc" to follow this limitation.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ull.dtsi

index 9cd1a48..22e4a30 100644 (file)
        compatible = "fsl,imx6ull-ocotp", "syscon";
 };
 
+&usdhc1 {
+       compatible = "fsl,imx6ull-usdhc", "fsl,imx6sx-usdhc";
+};
+
+&usdhc2 {
+       compatible = "fsl,imx6ull-usdhc", "fsl,imx6sx-usdhc";
+};
+
 / {
        soc {
                aips3: aips-bus@2200000 {