]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
arm64: dts: meson: odroid-c2: add missing mmc modes
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 13 May 2019 13:26:27 +0000 (15:26 +0200)
committerKevin Hilman <khilman@baylibre.com>
Tue, 21 May 2019 17:58:41 +0000 (10:58 -0700)
Add sdcard uhs modes up to DDR50 and push eMMC up to 200Mhz
With the new tuning method, these modes appear to be stable

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

index 1cc9dc68ef00be8b30bd45754be1e79123c09963..5a139e7b1c60b853fd513a7119a3e2b6d97746d1 100644 (file)
 
        bus-width = <4>;
        cap-sd-highspeed;
+       sd-uhs-sdr12;
+       sd-uhs-sdr25;
+       sd-uhs-sdr50;
+       sd-uhs-ddr50;
        max-frequency = <100000000>;
        disable-wp;
 
        pinctrl-names = "default", "clk-gate";
 
        bus-width = <8>;
-       max-frequency = <100000000>;
+       max-frequency = <200000000>;
        non-removable;
        disable-wp;
        cap-mmc-highspeed;