Message ID | 20180223064138.18401-6-jh80.chung@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 23 February 2018 at 07:41, Jaehoon Chung <jh80.chung@samsung.com> wrote: > Since 'num-slots' had already deprecated, remove the property in > device-tree file. > > Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Thanks, applied for next! Kind regards Uffe > --- > arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > index ab0b95ba5ae5..d6638b1f09ca 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > @@ -910,7 +910,6 @@ > #size-cells = <0>; > cd-inverted; > compatible = "hisilicon,hi3660-dw-mshc"; > - num-slots = <1>; > bus-width = <0x4>; > disable-wp; > cap-sd-highspeed; > @@ -948,7 +947,6 @@ > compatible = "hisilicon,hi3660-dw-mshc"; > reg = <0x0 0xff3ff000 0x0 0x1000>; > interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>; > - num-slots = <1>; > clocks = <&crg_ctrl HI3660_CLK_GATE_SDIO0>, > <&crg_ctrl HI3660_HCLK_GATE_SDIO0>; > clock-names = "ciu", "biu"; > -- > 2.15.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 --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi index ab0b95ba5ae5..d6638b1f09ca 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi @@ -910,7 +910,6 @@ #size-cells = <0>; cd-inverted; compatible = "hisilicon,hi3660-dw-mshc"; - num-slots = <1>; bus-width = <0x4>; disable-wp; cap-sd-highspeed; @@ -948,7 +947,6 @@ compatible = "hisilicon,hi3660-dw-mshc"; reg = <0x0 0xff3ff000 0x0 0x1000>; interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>; - num-slots = <1>; clocks = <&crg_ctrl HI3660_CLK_GATE_SDIO0>, <&crg_ctrl HI3660_HCLK_GATE_SDIO0>; clock-names = "ciu", "biu";
Since 'num-slots' had already deprecated, remove the property in device-tree file. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> --- arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 2 -- 1 file changed, 2 deletions(-)