* [PATCH] arm64: dts: zte: remove num-slots from zx296718
@ 2017-07-04 9:15 ` Shawn Lin
2017-07-05 1:25 ` Jun Nie
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Shawn Lin @ 2017-07-04 9:15 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] arm64: dts: zte: remove num-slots from zx296718
2017-07-04 9:15 ` [PATCH] arm64: dts: zte: remove num-slots from zx296718 Shawn Lin
@ 2017-07-05 1:25 ` Jun Nie
2017-07-05 2:25 ` Jaehoon Chung
2017-07-14 7:22 ` Shawn Guo
2 siblings, 0 replies; 4+ messages in thread
From: Jun Nie @ 2017-07-05 1:25 UTC (permalink / raw)
To: linux-arm-kernel
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>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] arm64: dts: zte: remove num-slots from zx296718
2017-07-04 9:15 ` [PATCH] arm64: dts: zte: remove num-slots from zx296718 Shawn Lin
2017-07-05 1:25 ` Jun Nie
@ 2017-07-05 2:25 ` Jaehoon Chung
2017-07-14 7:22 ` Shawn Guo
2 siblings, 0 replies; 4+ messages in thread
From: Jaehoon Chung @ 2017-07-05 2:25 UTC (permalink / raw)
To: linux-arm-kernel
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;
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] arm64: dts: zte: remove num-slots from zx296718
2017-07-04 9:15 ` [PATCH] arm64: dts: zte: remove num-slots from zx296718 Shawn Lin
2017-07-05 1:25 ` Jun Nie
2017-07-05 2:25 ` Jaehoon Chung
@ 2017-07-14 7:22 ` Shawn Guo
2 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2017-07-14 7:22 UTC (permalink / raw)
To: linux-arm-kernel
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-07-14 7:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20170704091525epcas4p1078f003a415e67c6915b3a9ff51bc23a@epcas4p1.samsung.com>
2017-07-04 9:15 ` [PATCH] arm64: dts: zte: remove num-slots from zx296718 Shawn Lin
2017-07-05 1:25 ` Jun Nie
2017-07-05 2:25 ` Jaehoon Chung
2017-07-14 7:22 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).