arm64: dts: meson: s400: fix emmc maximum rate
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 16 Jan 2019 17:59:47 +0000 (18:59 +0100)
committerKevin Hilman <khilman@baylibre.com>
Thu, 17 Jan 2019 20:01:04 +0000 (12:01 -0800)
Limiting the HS200 rate on the s400 was just a way to mask that the
tuning setting were not correct. This seems to have been fixed with
the recent MMC driver update. We can now use HS200 at full speed.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts

index 0c98ca78c8b82333917e597c2ff308f3bc702d9b..75fe1a2c49d0a4b1e6db30040f79808f87769464 100644 (file)
        pinctrl-names = "default", "clk-gate";
 
        bus-width = <8>;
-       cap-sd-highspeed;
        cap-mmc-highspeed;
-       max-frequency = <180000000>;
+       max-frequency = <200000000>;
        non-removable;
        disable-wp;
        mmc-ddr-1_8v;