From: Jerome Brunet Date: Wed, 16 Jan 2019 17:59:47 +0000 (+0100) Subject: arm64: dts: meson: s400: fix emmc maximum rate X-Git-Tag: v5.15~6897^2~25^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec01fb69ac8034ad6e839b31f9df167a110f868b;p=platform%2Fkernel%2Flinux-starfive.git arm64: dts: meson: s400: fix emmc maximum rate 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 Signed-off-by: Kevin Hilman --- diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts index 0c98ca7..75fe1a2 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts @@ -488,9 +488,8 @@ 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;