public inbox for linux-arm-kernel@lists.infradead.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";
> 

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

Thread overview: 2+ 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:44 ` Jaehoon Chung [this message]

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$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox