diff mbox

[RESEND] arc: remove num-slots from arc platforms

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

Commit Message

Shawn Lin July 19, 2017, 12:39 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.

Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Acked-by: Vineet Gupta <Vineet.Gupta1@synopsys.com>
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
---
Hi Ulf,

Vineet prefer this patch to go via mmc tree where the driver's
conversion happened. So could you pick it up?

 arch/arc/boot/dts/axs10x_mb.dtsi     | 1 -
 arch/arc/boot/dts/vdk_axs10x_mb.dtsi | 1 -
 2 files changed, 2 deletions(-)

Comments

Ulf Hansson July 27, 2017, 2:48 p.m. UTC | #1
On 19 July 2017 at 02:39, Shawn Lin <shawn.lin@rock-chips.com> wrote:
> dwmmc driver deprecated num-slots and plan to get rid
> of it finally. Just move a step to cleanup it from DT.
>
> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
> Acked-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
> Acked-by: Vineet Gupta <Vineet.Gupta1@synopsys.com>
> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
> ---
> Hi Ulf,
>
> Vineet prefer this patch to go via mmc tree where the driver's
> conversion happened. So could you pick it up?

Sure, thanks, applied for next!

Kind regards
Uffe

>
>  arch/arc/boot/dts/axs10x_mb.dtsi     | 1 -
>  arch/arc/boot/dts/vdk_axs10x_mb.dtsi | 1 -
>  2 files changed, 2 deletions(-)
>
> diff --git a/arch/arc/boot/dts/axs10x_mb.dtsi b/arch/arc/boot/dts/axs10x_mb.dtsi
> index 41cfb29..82e26ad 100644
> --- a/arch/arc/boot/dts/axs10x_mb.dtsi
> +++ b/arch/arc/boot/dts/axs10x_mb.dtsi
> @@ -101,7 +101,6 @@
>                 mmc@0x15000 {
>                         compatible = "altr,socfpga-dw-mshc";
>                         reg = < 0x15000 0x400 >;
> -                       num-slots = < 1 >;
>                         fifo-depth = < 16 >;
>                         card-detect-delay = < 200 >;
>                         clocks = <&apbclk>, <&mmcclk>;
> diff --git a/arch/arc/boot/dts/vdk_axs10x_mb.dtsi b/arch/arc/boot/dts/vdk_axs10x_mb.dtsi
> index 459fc65..48bb4b4 100644
> --- a/arch/arc/boot/dts/vdk_axs10x_mb.dtsi
> +++ b/arch/arc/boot/dts/vdk_axs10x_mb.dtsi
> @@ -104,7 +104,6 @@
>                 mmc@0x15000 {
>                         compatible = "snps,dw-mshc";
>                         reg = <0x15000 0x400>;
> -                       num-slots = <1>;
>                         fifo-depth = <1024>;
>                         card-detect-delay = <200>;
>                         clocks = <&apbclk>, <&mmcclk>;
> --
> 1.9.1
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arc/boot/dts/axs10x_mb.dtsi b/arch/arc/boot/dts/axs10x_mb.dtsi
index 41cfb29..82e26ad 100644
--- a/arch/arc/boot/dts/axs10x_mb.dtsi
+++ b/arch/arc/boot/dts/axs10x_mb.dtsi
@@ -101,7 +101,6 @@ 
 		mmc@0x15000 {
 			compatible = "altr,socfpga-dw-mshc";
 			reg = < 0x15000 0x400 >;
-			num-slots = < 1 >;
 			fifo-depth = < 16 >;
 			card-detect-delay = < 200 >;
 			clocks = <&apbclk>, <&mmcclk>;
diff --git a/arch/arc/boot/dts/vdk_axs10x_mb.dtsi b/arch/arc/boot/dts/vdk_axs10x_mb.dtsi
index 459fc65..48bb4b4 100644
--- a/arch/arc/boot/dts/vdk_axs10x_mb.dtsi
+++ b/arch/arc/boot/dts/vdk_axs10x_mb.dtsi
@@ -104,7 +104,6 @@ 
 		mmc@0x15000 {
 			compatible = "snps,dw-mshc";
 			reg = <0x15000 0x400>;
-			num-slots = <1>;
 			fifo-depth = <1024>;
 			card-detect-delay = <200>;
 			clocks = <&apbclk>, <&mmcclk>;