Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Haibo Chen <haibo.chen@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

BOUGH CHEN and committed by
Shawn Guo
143c3870 f243bc82

+8
+8
arch/arm/boot/dts/imx6ull.dtsi
··· 34 34 compatible = "fsl,imx6ull-ocotp", "syscon"; 35 35 }; 36 36 37 + &usdhc1 { 38 + compatible = "fsl,imx6ull-usdhc", "fsl,imx6sx-usdhc"; 39 + }; 40 + 41 + &usdhc2 { 42 + compatible = "fsl,imx6ull-usdhc", "fsl,imx6sx-usdhc"; 43 + }; 44 + 37 45 / { 38 46 soc { 39 47 aips3: aips-bus@2200000 {