From: Dinh Nguyen Date: Tue, 5 Feb 2019 22:36:15 +0000 (-0600) Subject: arm64: dts: stratix10: enable MMC highspeed support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=922bfb7c27f76104fa2d19400a592d3e6e0f5fd8;p=linux.git arm64: dts: stratix10: enable MMC highspeed support Add 'cap-mmc-highspeed' property to enable high-speed support for MMC cards. Signed-off-by: Dinh Nguyen --- diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts index 2e3863ee12b3e..c26f11a2089ac 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts @@ -107,6 +107,7 @@ &mmc { status = "okay"; cap-sd-highspeed; + cap-mmc-highspeed; broken-cd; bus-width = <4>; };