aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@kernel.org>2019-02-05 16:32:47 -0600
committerDinh Nguyen <dinguyen@kernel.org>2019-03-21 10:35:49 -0500
commit17808d445b6f32201ebf2f5f4860d8b6fd6c1dab (patch)
tree2b9e3f9aae2f04d8f4b60fbd0cf1969ab94b3d09 /arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts
parentLinux 5.1-rc1 (diff)
downloadlinux-dev-17808d445b6f32201ebf2f5f4860d8b6fd6c1dab.tar.xz
linux-dev-17808d445b6f32201ebf2f5f4860d8b6fd6c1dab.zip
ARM: dts: socfpga: enable MMC highspeed support
Add 'cap-mmc-highspeed' property to enable high-speed support for MMC cards. Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts')
-rw-r--r--arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts b/arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts
index df2bab1624d4..64dc0799f3d7 100644
--- a/arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts
+++ b/arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts
@@ -9,6 +9,7 @@
&mmc {
status = "okay";
cap-sd-highspeed;
+ cap-mmc-highspeed;
broken-cd;
bus-width = <4>;
};