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>
This commit is contained in:
Dinh Nguyen 2019-02-05 16:32:47 -06:00
parent 9e98c678c2
commit 17808d445b
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
&mmc {
status = "okay";
cap-sd-highspeed;
cap-mmc-highspeed;
broken-cd;
bus-width = <4>;
};