Commit 922bfb7c authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

arm64: dts: stratix10: enable MMC highspeed support



Add 'cap-mmc-highspeed' property to enable high-speed support for MMC cards.

Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 17808d44
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@
&mmc {
	status = "okay";
	cap-sd-highspeed;
	cap-mmc-highspeed;
	broken-cd;
	bus-width = <4>;
};