diff mbox series

[2/2] arm64: dts: stratix10: enable MMC highspeed support

Message ID 20190207181213.26153-2-dinguyen@kernel.org (mailing list archive)
State Mainlined, archived
Commit 922bfb7c27f76104fa2d19400a592d3e6e0f5fd8
Headers show
Series [1/2] ARM: dts: socfpga: enable MMC highspeed support | expand

Commit Message

Dinh Nguyen Feb. 7, 2019, 6:12 p.m. UTC
Add 'cap-mmc-highspeed' property to enable high-speed support for MMC cards.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---
 arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
index 2e3863ee12b3..c26f11a2089a 100644
--- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
+++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
@@ -107,6 +107,7 @@ 
 &mmc {
 	status = "okay";
 	cap-sd-highspeed;
+	cap-mmc-highspeed;
 	broken-cd;
 	bus-width = <4>;
 };