Skip to content

Commit c810071

Browse files
lbmengpaul-walmsley-sifive
authored andcommitted
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]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Paul Walmsley <[email protected]>
1 parent 3bcca2a commit c810071

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/riscv/boot/dts/sifive/fu540-c000.dtsi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
};
6262
};
6363
cpu2: cpu@2 {
64-
clock-frequency = <0>;
6564
compatible = "sifive,u54-mc", "sifive,rocket0", "riscv";
6665
d-cache-block-size = <64>;
6766
d-cache-sets = <64>;
@@ -85,7 +84,6 @@
8584
};
8685
};
8786
cpu3: cpu@3 {
88-
clock-frequency = <0>;
8987
compatible = "sifive,u54-mc", "sifive,rocket0", "riscv";
9088
d-cache-block-size = <64>;
9189
d-cache-sets = <64>;
@@ -109,7 +107,6 @@
109107
};
110108
};
111109
cpu4: cpu@4 {
112-
clock-frequency = <0>;
113110
compatible = "sifive,u54-mc", "sifive,rocket0", "riscv";
114111
d-cache-block-size = <64>;
115112
d-cache-sets = <64>;

0 commit comments

Comments
 (0)