linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/3] ARM: dts: support Highspeed for rk3188-radxarock
@ 2015-09-12 10:00 Shawn Lin
  2015-09-12 10:01 ` [PATCH v2 2/3] ARM: dts: support Highspeed for rk3066a-bqcurie2 Shawn Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shawn Lin @ 2015-09-12 10:00 UTC (permalink / raw)
  To: linux-arm-kernel

Add cap-sd-highspeed and cap-mmc-highspeed for rk3188-radxarock
board to make sd cards running faster.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>

---

Changes in v2:
- Add mmc caps for individual board file

 arch/arm/boot/dts/rk3188-radxarock.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts
index d2180e5..2f37ea7 100644
--- a/arch/arm/boot/dts/rk3188-radxarock.dts
+++ b/arch/arm/boot/dts/rk3188-radxarock.dts
@@ -287,7 +287,8 @@
 	pinctrl-names = "default";
 	pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
 	vmmc-supply = <&vcc_sd0>;
-
+	cap-mmc-highspeed;
+	cap-sd-highspeed;
 	bus-width = <4>;
 	disable-wp;
 };
-- 
2.3.7

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-17 21:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-12 10:00 [PATCH v2 1/3] ARM: dts: support Highspeed for rk3188-radxarock Shawn Lin
2015-09-12 10:01 ` [PATCH v2 2/3] ARM: dts: support Highspeed for rk3066a-bqcurie2 Shawn Lin
2015-09-12 10:01 ` [PATCH v2 3/3] ARM: dts: support Highspeed for rk3066a-rayeager Shawn Lin
2015-09-17 21:55 ` [PATCH v2 1/3] ARM: dts: support Highspeed for rk3188-radxarock Heiko Stübner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).