]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.16.4/arm64-dts-meson-reduce-odroid-c2-emmc-maximum-rate.patch
move 5.10 queue back in place
[thirdparty/kernel/stable-queue.git] / releases / 4.16.4 / arm64-dts-meson-reduce-odroid-c2-emmc-maximum-rate.patch
CommitLineData
905f85a8
GKH
1From c04ffa71ff491220cac28f55237c9aad379a8656 Mon Sep 17 00:00:00 2001
2From: Jerome Brunet <jbrunet@baylibre.com>
3Date: Fri, 2 Mar 2018 14:44:36 +0100
4Subject: ARM64: dts: meson: reduce odroid-c2 eMMC maximum rate
5
6From: Jerome Brunet <jbrunet@baylibre.com>
7
8commit c04ffa71ff491220cac28f55237c9aad379a8656 upstream.
9
10Different modules maybe installed by the user on the eMMC connector
11of the odroid-c2. While the red modules are working without an issue,
12it seems some black modules (apparently Samsung based) are having
13issue at 200MHz
14
15While the tuning algorithm introduced in v4.14 enables high speed modes
16on every other tested designs, it seems a problem remains for this
17particular combination of board and eMMC module.
18
19Lowering the maximum frequency of the eMMC on this board until we can
20figure out a better solution.
21
22Fixes: d341ca88eead ("mmc: meson-gx: rework tuning function")
23Suggested-by: Ellie Reeves <ellierevves@gmail.com>
24Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
25Cc: stable@vger.kernel.org
26Signed-off-by: Kevin Hilman <khilman@baylibre.com>
27Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
28
29---
30 arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 2 +-
31 1 file changed, 1 insertion(+), 1 deletion(-)
32
33--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
34+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
35@@ -310,7 +310,7 @@
36 pinctrl-names = "default", "clk-gate";
37
38 bus-width = <8>;
39- max-frequency = <200000000>;
40+ max-frequency = <100000000>;
41 non-removable;
42 disable-wp;
43 cap-mmc-highspeed;