diff mbox series

[U-Boot,3/3] nds32: dts: AG101P support sd High-Speed mode

Message ID 20180315054259.9635-1-uboot@andestech.com
State Accepted
Commit 2060a691002914593e3e077c39a90147534859fb
Delegated to: Andes
Headers show
Series [U-Boot,1/3] mmc: ftsdc010: Support High-Speed mode | expand

Commit Message

Andes March 15, 2018, 5:42 a.m. UTC
From: Rick Chen <rick@andestech.com>

Enable High-Speed mode with cap-sd-highspeed in dts

Signed-off-by: Rick Chen <rick@andestech.com>
Signed-off-by: Rick Chen <rickchen36@gmail.com>
---
 arch/nds32/dts/ag101p.dts | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/nds32/dts/ag101p.dts b/arch/nds32/dts/ag101p.dts
index 19dc36f..7832efb 100644
--- a/arch/nds32/dts/ag101p.dts
+++ b/arch/nds32/dts/ag101p.dts
@@ -67,5 +67,6 @@ 
 		fifo-depth = <0x10>;
 		reg = <0x98e00000 0x1000>;
 		interrupts = <5 4>;
+		cap-sd-highspeed;
 	};
 };