diff mbox

ARM: dts: zte: remove num-slots from zx296702-ad1

Message ID 1499160677-78463-1-git-send-email-shawn.lin@rock-chips.com (mailing list archive)
State New, archived
Headers show

Commit Message

Shawn Lin July 4, 2017, 9:31 a.m. UTC
dwmmc driver deprecated num-slots and plan to get rid
of it finally. Just move a step to cleanup it from DT.

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

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

Comments

Jun Nie July 5, 2017, 1:26 a.m. UTC | #1
2017-07-04 17:31 GMT+08:00 Shawn Lin <shawn.lin@rock-chips.com>:
> dwmmc driver deprecated num-slots and plan to get rid
> of it finally. Just move a step to cleanup it from DT.
>
> Cc: Jaehoon Chung <jh80.chung@samsung.com>
> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
> ---
>
>  arch/arm/boot/dts/zx296702-ad1.dts | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/zx296702-ad1.dts b/arch/arm/boot/dts/zx296702-ad1.dts
> index 081f980..b0183c3 100644
> --- a/arch/arm/boot/dts/zx296702-ad1.dts
> +++ b/arch/arm/boot/dts/zx296702-ad1.dts
> @@ -18,7 +18,6 @@
>  };
>
>  &mmc0 {
> -       num-slots = <1>;
>         supports-highspeed;
>         non-removable;
>         disable-wp;
> @@ -31,7 +30,6 @@
>  };
>
>  &mmc1 {
> -       num-slots = <1>;
>         supports-highspeed;
>         non-removable;
>         disable-wp;
> --
> 1.9.1
>
>
Reviewed-by: Jun Nie <jun.nie@linaro.org>
Jaehoon Chung July 5, 2017, 2:26 a.m. UTC | #2
On 07/04/2017 06:31 PM, Shawn Lin wrote:
> dwmmc driver deprecated num-slots and plan to get rid
> of it finally. Just move a step to cleanup it from DT.
> 
> Cc: Jaehoon Chung <jh80.chung@samsung.com>
> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>

Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>

> ---
> 
>  arch/arm/boot/dts/zx296702-ad1.dts | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/zx296702-ad1.dts b/arch/arm/boot/dts/zx296702-ad1.dts
> index 081f980..b0183c3 100644
> --- a/arch/arm/boot/dts/zx296702-ad1.dts
> +++ b/arch/arm/boot/dts/zx296702-ad1.dts
> @@ -18,7 +18,6 @@
>  };
>  
>  &mmc0 {
> -	num-slots = <1>;
>  	supports-highspeed;
>  	non-removable;
>  	disable-wp;
> @@ -31,7 +30,6 @@
>  };
>  
>  &mmc1 {
> -	num-slots = <1>;
>  	supports-highspeed;
>  	non-removable;
>  	disable-wp;
>
Shawn Guo July 14, 2017, 7:24 a.m. UTC | #3
On Tue, Jul 04, 2017 at 05:31:17PM +0800, Shawn Lin wrote:
> dwmmc driver deprecated num-slots and plan to get rid
> of it finally. Just move a step to cleanup it from DT.
> 
> Cc: Jaehoon Chung <jh80.chung@samsung.com>
> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>

Applied, thanks.
diff mbox

Patch

diff --git a/arch/arm/boot/dts/zx296702-ad1.dts b/arch/arm/boot/dts/zx296702-ad1.dts
index 081f980..b0183c3 100644
--- a/arch/arm/boot/dts/zx296702-ad1.dts
+++ b/arch/arm/boot/dts/zx296702-ad1.dts
@@ -18,7 +18,6 @@ 
 };
 
 &mmc0 {
-	num-slots = <1>;
 	supports-highspeed;
 	non-removable;
 	disable-wp;
@@ -31,7 +30,6 @@ 
 };
 
 &mmc1 {
-	num-slots = <1>;
 	supports-highspeed;
 	non-removable;
 	disable-wp;