On 19 July 2017 at 02:39, Shawn Lin <shawn.lin@xxxxxxxxxxxxxx> 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@xxxxxxxxxxx> > Acked-by: Alexey Brodkin <Alexey.Brodkin@xxxxxxxxxxxx> > Acked-by: Vineet Gupta <Vineet.Gupta1@xxxxxxxxxxxx> > Signed-off-by: Shawn Lin <shawn.lin@xxxxxxxxxxxxxx> > --- > 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html