Re: [PATCH 2/6] mmc: dw_mmc: remove the deprecated "num-slots"

From: Rob Herring
Date: Fri Mar 02 2018 - 10:25:38 EST


On Fri, Feb 23, 2018 at 03:41:34PM +0900, Jaehoon Chung wrote:
> 'num-slots' property had already deprecated.
> Remove the 'nom-slots' property that is kept to maintain the compatibility.
>
> Signed-off-by: Jaehoon Chung <jh80.chung@xxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt | 5 -----
> drivers/mmc/host/dw_mmc-pci.c | 1 -
> drivers/mmc/host/dw_mmc.c | 4 ----
> drivers/mmc/host/dw_mmc.h | 3 ---
> 4 files changed, 13 deletions(-)

Normally I'd say you need to wait some time after updating the dts
files, but given that all the users are 1 slot I think this is fine.

For this and the rest of the series:

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>