mirror of https://gitee.com/openkylin/linux.git
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:
parent
9e98c678c2
commit
17808d445b
|
@ -9,6 +9,7 @@
|
|||
&mmc {
|
||||
status = "okay";
|
||||
cap-sd-highspeed;
|
||||
cap-mmc-highspeed;
|
||||
broken-cd;
|
||||
bus-width = <4>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue