ARM: dts: Disable UHS-I modes for SD card on Odroid XU3/XU4/HC1 98/200398/3
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 22 Feb 2019 15:16:31 +0000 (16:16 +0100)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 26 Feb 2019 04:21:28 +0000 (04:21 +0000)
Ultra High Speed DDR50+ modes doesn't work stable on the tested Odroid XU3
and XU4 boards, so disable them until the proper solution is developed.

This is equal to the revert of the following commits:

"ARM: dts: exynos: Update maximum frequency for SD card to 200MHz on Odroid XU3/XU4/HC1"
"ARM: dts: exynos: Add UHS-I bus speed support to Odroid XU3/XU4/HC1"

This reverts commit 6d92b6cece561306a707e40a264b802b51d4264c.
This reverts commit f3e8e10898d0efee73ad0108dec9f3a0947da752.

Tested-by: Kamil Konieczny <k.konieczny@partner.samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I210c64cb5d34597132341caa6b98a01fa6a8397c

arch/arm/boot/dts/exynos5422-odroid-core.dtsi

index 84cde7a..9e354ff 100644 (file)
        pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_wp &sd2_bus1 &sd2_bus4>;
        bus-width = <4>;
        cap-sd-highspeed;
-       max-frequency = <200000000>;
        vmmc-supply = <&ldo19_reg>;
        vqmmc-supply = <&ldo13_reg>;
-       sd-uhs-sdr50;
-       sd-uhs-sdr104;
-       sd-uhs-ddr50;
 };
 
 &nocp_mem0_0 {