2019-09-05 15:51:16

by Bin Meng

[permalink] [raw]
Subject: [PATCH v2] riscv: dts: sifive: Drop "clock-frequency" property of cpu nodes

The "clock-frequency" property of cpu nodes isn't required. Drop it.

Signed-off-by: Bin Meng <[email protected]>

---

Changes in v2:
- drop "clock-frequency" property of cpu nodes

arch/riscv/boot/dts/sifive/fu540-c000.dtsi | 3 ---
1 file changed, 3 deletions(-)

diff --git a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi
index 42b5ec2..a9d48ff 100644
--- a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi
+++ b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi
@@ -60,7 +60,6 @@
};
};
cpu2: cpu@2 {
- clock-frequency = <0>;
compatible = "sifive,u54-mc", "sifive,rocket0", "riscv";
d-cache-block-size = <64>;
d-cache-sets = <64>;
@@ -84,7 +83,6 @@
};
};
cpu3: cpu@3 {
- clock-frequency = <0>;
compatible = "sifive,u54-mc", "sifive,rocket0", "riscv";
d-cache-block-size = <64>;
d-cache-sets = <64>;
@@ -108,7 +106,6 @@
};
};
cpu4: cpu@4 {
- clock-frequency = <0>;
compatible = "sifive,u54-mc", "sifive,rocket0", "riscv";
d-cache-block-size = <64>;
d-cache-sets = <64>;
--
2.7.4


2019-09-10 10:52:26

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCH v2] riscv: dts: sifive: Drop "clock-frequency" property of cpu nodes

On Thu, Sep 05, 2019 at 05:45:53AM -0700, Bin Meng wrote:
> The "clock-frequency" property of cpu nodes isn't required. Drop it.
>
> Signed-off-by: Bin Meng <[email protected]>

Looks good:

Reviewed-by: Christoph Hellwig <[email protected]>

2019-09-19 12:16:32

by Bin Meng

[permalink] [raw]
Subject: Re: [PATCH v2] riscv: dts: sifive: Drop "clock-frequency" property of cpu nodes

Hi,

On Tue, Sep 10, 2019 at 2:14 PM Christoph Hellwig <[email protected]> wrote:
>
> On Thu, Sep 05, 2019 at 05:45:53AM -0700, Bin Meng wrote:
> > The "clock-frequency" property of cpu nodes isn't required. Drop it.
> >
> > Signed-off-by: Bin Meng <[email protected]>
>
> Looks good:
>
> Reviewed-by: Christoph Hellwig <[email protected]>

What's the status of this patch? thanks!

Regards,
Bin

2019-09-19 13:55:26

by Paul Walmsley

[permalink] [raw]
Subject: Re: [PATCH v2] riscv: dts: sifive: Drop "clock-frequency" property of cpu nodes

On Thu, 5 Sep 2019, Bin Meng wrote:

> The "clock-frequency" property of cpu nodes isn't required. Drop it.
>
> Signed-off-by: Bin Meng <[email protected]>

Thanks, queued for v5.4-rc with Christoph's Reviewed-by:.

- Paul