Commit 143c3870 authored by BOUGH CHEN's avatar BOUGH CHEN Committed by Shawn Guo
Browse files

ARM: dts: imx6ull: change to use new compatible "fsl,imx6ull-usdhc" for usdhc



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: default avatarHaibo Chen <haibo.chen@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f243bc82
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -34,6 +34,14 @@
	compatible = "fsl,imx6ull-ocotp", "syscon";
	compatible = "fsl,imx6ull-ocotp", "syscon";
};
};


&usdhc1 {
	compatible = "fsl,imx6ull-usdhc", "fsl,imx6sx-usdhc";
};

&usdhc2 {
	compatible = "fsl,imx6ull-usdhc", "fsl,imx6sx-usdhc";
};

/ {
/ {
	soc {
	soc {
		aips3: aips-bus@2200000 {
		aips3: aips-bus@2200000 {