arm64: dts: meson: s400: enable sdr104 on sdio
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 16 Jan 2019 17:59:13 +0000 (18:59 +0100)
committerKevin Hilman <khilman@baylibre.com>
Thu, 17 Jan 2019 20:00:51 +0000 (12:00 -0800)
The bcm wifi/bt device on SDIO support SDR104 and it seems to work
well following the recent mmc driver update, so enable this
ultra high speed mode

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 2e1dcf1..0c98ca7 100644 (file)
 
        bus-width = <4>;
        cap-sd-highspeed;
-       max-frequency = <100000000>;
+       sd-uhs-sdr104;
+       max-frequency = <200000000>;
        non-removable;
        disable-wp;