All of lore.kernel.org
 help / color / mirror / Atom feed
From: jh80.chung@samsung.com (Jaehoon Chung)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: zx296702-ad1: remove deprecated supports-highspeed
Date: Thu, 21 Jan 2016 18:44:03 +0900	[thread overview]
Message-ID: <56A0A863.1010103@samsung.com> (raw)
In-Reply-To: <1453366905-3964-1-git-send-email-shawn.lin@rock-chips.com>

Hi, Shaw.

On 01/21/2016 06:01 PM, Shawn Lin wrote:
> 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";

I saw the below codes..

slot at 0 {
	reg = <0>;
	bus-width = <4>;
};

Slot is also deprecated.. You can change those..

Best Regards,
Jaehoon Chung

> @@ -32,7 +33,8 @@
>  
>  &mmc1 {
>  	num-slots = <1>;
> -	supports-highspeed;
> +	cap-sd-highspeed;
> +	cap-mmc-highspeed;
>  	non-removable;
>  	disable-wp;
>  	status = "okay";
> 

WARNING: multiple messages have this Message-ID (diff)
From: Jaehoon Chung <jh80.chung-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: Shawn Lin <shawn.lin-TNX95d0MmH7DzftRWevZcw@public.gmane.org>,
	Jun Nie <jun.nie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Kevin Hilman <khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
Subject: Re: [PATCH] ARM: zx296702-ad1: remove deprecated supports-highspeed
Date: Thu, 21 Jan 2016 18:44:03 +0900	[thread overview]
Message-ID: <56A0A863.1010103@samsung.com> (raw)
In-Reply-To: <1453366905-3964-1-git-send-email-shawn.lin-TNX95d0MmH7DzftRWevZcw@public.gmane.org>

Hi, Shaw.

On 01/21/2016 06:01 PM, Shawn Lin wrote:
> 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-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> Signed-off-by: Shawn Lin <shawn.lin-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> ---
> 
>  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";

I saw the below codes..

slot@0 {
	reg = <0>;
	bus-width = <4>;
};

Slot is also deprecated.. You can change those..

Best Regards,
Jaehoon Chung

> @@ -32,7 +33,8 @@
>  
>  &mmc1 {
>  	num-slots = <1>;
> -	supports-highspeed;
> +	cap-sd-highspeed;
> +	cap-mmc-highspeed;
>  	non-removable;
>  	disable-wp;
>  	status = "okay";
> 

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2016-01-21  9:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-21  9:01 [PATCH] ARM: zx296702-ad1: remove deprecated supports-highspeed Shawn Lin
2016-01-21  9:01 ` Shawn Lin
2016-01-21  9:44 ` Jaehoon Chung [this message]
2016-01-21  9:44   ` Jaehoon Chung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56A0A863.1010103@samsung.com \
    --to=jh80.chung@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.