diff mbox

arm64: dts: zte: remove num-slots from zx296718

Message ID 1499159705-66870-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:15 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/arm64/boot/dts/zte/zx296718.dtsi | 2 --
 1 file changed, 2 deletions(-)

Comments

Jun Nie July 5, 2017, 1:25 a.m. UTC | #1
2017-07-04 17:15 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/arm64/boot/dts/zte/zx296718.dtsi | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/zte/zx296718.dtsi b/arch/arm64/boot/dts/zte/zx296718.dtsi
> index d83bf78..b6e369d 100644
> --- a/arch/arm64/boot/dts/zte/zx296718.dtsi
> +++ b/arch/arm64/boot/dts/zte/zx296718.dtsi
> @@ -311,7 +311,6 @@
>                         clock-frequency = <50000000>;
>                         clocks = <&topcrm SD0_AHB>, <&topcrm SD0_WCLK>;
>                         clock-names = "biu", "ciu";
> -                       num-slots = <1>;
>                         max-frequency = <50000000>;
>                         cap-sdio-irq;
>                         cap-sd-highspeed;
> @@ -336,7 +335,6 @@
>                         clock-frequency = <167000000>;
>                         clocks = <&topcrm SD1_AHB>, <&topcrm SD1_WCLK>;
>                         clock-names = "biu", "ciu";
> -                       num-slots = <1>;
>                         max-frequency = <167000000>;
>                         cap-sdio-irq;
>                         cap-sd-highspeed;
> --
> 1.9.1
>
>
Reviewed-by: Jun Nie <jun.nie@linaro.org>
Jaehoon Chung July 5, 2017, 2:25 a.m. UTC | #2
On 07/04/2017 06:15 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/arm64/boot/dts/zte/zx296718.dtsi | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/zte/zx296718.dtsi b/arch/arm64/boot/dts/zte/zx296718.dtsi
> index d83bf78..b6e369d 100644
> --- a/arch/arm64/boot/dts/zte/zx296718.dtsi
> +++ b/arch/arm64/boot/dts/zte/zx296718.dtsi
> @@ -311,7 +311,6 @@
>  			clock-frequency = <50000000>;
>  			clocks = <&topcrm SD0_AHB>, <&topcrm SD0_WCLK>;
>  			clock-names = "biu", "ciu";
> -			num-slots = <1>;
>  			max-frequency = <50000000>;
>  			cap-sdio-irq;
>  			cap-sd-highspeed;
> @@ -336,7 +335,6 @@
>  			clock-frequency = <167000000>;
>  			clocks = <&topcrm SD1_AHB>, <&topcrm SD1_WCLK>;
>  			clock-names = "biu", "ciu";
> -			num-slots = <1>;
>  			max-frequency = <167000000>;
>  			cap-sdio-irq;
>  			cap-sd-highspeed;
>
Shawn Guo July 14, 2017, 7:22 a.m. UTC | #3
On Tue, Jul 04, 2017 at 05:15:05PM +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/arm64/boot/dts/zte/zx296718.dtsi b/arch/arm64/boot/dts/zte/zx296718.dtsi
index d83bf78..b6e369d 100644
--- a/arch/arm64/boot/dts/zte/zx296718.dtsi
+++ b/arch/arm64/boot/dts/zte/zx296718.dtsi
@@ -311,7 +311,6 @@ 
 			clock-frequency = <50000000>;
 			clocks = <&topcrm SD0_AHB>, <&topcrm SD0_WCLK>;
 			clock-names = "biu", "ciu";
-			num-slots = <1>;
 			max-frequency = <50000000>;
 			cap-sdio-irq;
 			cap-sd-highspeed;
@@ -336,7 +335,6 @@ 
 			clock-frequency = <167000000>;
 			clocks = <&topcrm SD1_AHB>, <&topcrm SD1_WCLK>;
 			clock-names = "biu", "ciu";
-			num-slots = <1>;
 			max-frequency = <167000000>;
 			cap-sdio-irq;
 			cap-sd-highspeed;