]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
arm64: dts: stratix10: enable MMC highspeed support
authorDinh Nguyen <dinguyen@kernel.org>
Tue, 5 Feb 2019 22:36:15 +0000 (16:36 -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/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts

index 2e3863ee12b3e43be56d41bc7af86e87eac930f9..c26f11a2089ac3edabb6b7d73c824092042cfae9 100644 (file)
 &mmc {
        status = "okay";
        cap-sd-highspeed;
+       cap-mmc-highspeed;
        broken-cd;
        bus-width = <4>;
 };