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 {
|
&mmc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
|
cap-mmc-highspeed;
|
||||||
broken-cd;
|
broken-cd;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue