ARM64: dts: meson: reduce odroid-c2 eMMC maximum rate
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 2 Mar 2018 13:44:36 +0000 (14:44 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 19 Apr 2018 10:13:03 +0000 (11:13 +0100)
Different modules maybe installed by the user on the eMMC connector
of the odroid-c2. While the red modules are working without an issue,
it seems some black modules (apparently Samsung based) are having
issue at 200MHz

While the tuning algorithm introduced in v4.14 enables high speed modes
on every other tested designs, it seems a problem remains for this
particular combination of board and eMMC module.

Lowering the maximum frequency of the eMMC on this board until we can
figure out a better solution.

Fixes: d341ca88eead ("mmc: meson-gx: rework tuning function")
Suggested-by: Ellie Reeves <ellierevves@gmail.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Cc: stable@vger.kernel.org
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Gbp-Pq: Topic bugfix/arm64
Gbp-Pq: Name ARM64-dts-meson-reduce-odroid-c2-eMMC-maximum-rate.patch

arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts

index f8d221463c60ab1201c580eb0e941a5f0d812673..c367466e0c8419b5276ffcc487da820a2e0a94ea 100644 (file)
        pinctrl-names = "default", "clk-gate";
 
        bus-width = <8>;
-       max-frequency = <200000000>;
+       max-frequency = <100000000>;
        non-removable;
        disable-wp;
        cap-mmc-highspeed;