]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: dts: socfpga: enable MMC highspeed support
authorDinh Nguyen <dinguyen@kernel.org>
Tue, 5 Feb 2019 22:32:47 +0000 (16:32 -0600)
committerDinh Nguyen <dinguyen@kernel.org>
Thu, 21 Mar 2019 15:35:49 +0000 (10:35 -0500)
Add 'cap-mmc-highspeed' property to enable high-speed support for MMC cards.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts

index df2bab1624d4013ff8e8849227438eb69bac7381..64dc0799f3d763f7bee548b644b841acc7ca2aa0 100644 (file)
@@ -9,6 +9,7 @@
 &mmc {
        status = "okay";
        cap-sd-highspeed;
+       cap-mmc-highspeed;
        broken-cd;
        bus-width = <4>;
 };