linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: zx296702-ad1: remove deprecated supports-highspeed
@ 2016-01-21  9:01 Shawn Lin
  2016-01-21  9:44 ` Jaehoon Chung
  0 siblings, 1 reply; 2+ messages in thread
From: Shawn Lin @ 2016-01-21  9:01 UTC (permalink / raw)
  To: linux-arm-kernel

supports-highspeed property is deprecated for dw_mmc,
this patch replace it with cap-sd-highspeed and cap-mmc-highspeed.

Cc: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
---

 arch/arm/boot/dts/zx296702-ad1.dts | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/zx296702-ad1.dts b/arch/arm/boot/dts/zx296702-ad1.dts
index 081f980..bfbcd805d 100644
--- a/arch/arm/boot/dts/zx296702-ad1.dts
+++ b/arch/arm/boot/dts/zx296702-ad1.dts
@@ -19,7 +19,8 @@
 
 &mmc0 {
 	num-slots = <1>;
-	supports-highspeed;
+	cap-sd-highspeed;
+	cap-mmc-highspeed;
 	non-removable;
 	disable-wp;
 	status = "okay";
@@ -32,7 +33,8 @@
 
 &mmc1 {
 	num-slots = <1>;
-	supports-highspeed;
+	cap-sd-highspeed;
+	cap-mmc-highspeed;
 	non-removable;
 	disable-wp;
 	status = "okay";
-- 
2.3.7

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

end of thread, other threads:[~2016-01-21  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-21  9:01 [PATCH] ARM: zx296702-ad1: remove deprecated supports-highspeed Shawn Lin
2016-01-21  9:44 ` Jaehoon Chung

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).