Skip to content

Commit ffddddf

Browse files
xhackerustcConchuOD
authored andcommitted
riscv: dts: starfive: visionfive 2: use cpus label for timebase freq
As pointed out by Krzysztof "Board should not bring new CPU nodes. Override by label instead." Suggested-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Jisheng Zhang <jszhang@kernel.org> Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent b9a1481 commit ffddddf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
stdout-path = "serial0:115200n8";
2727
};
2828

29-
cpus {
30-
timebase-frequency = <4000000>;
31-
};
32-
3329
memory@40000000 {
3430
device_type = "memory";
3531
reg = <0x0 0x40000000 0x1 0x0>;
@@ -69,6 +65,10 @@
6965
};
7066
};
7167

68+
&cpus {
69+
timebase-frequency = <4000000>;
70+
};
71+
7272
&dvp_clk {
7373
clock-frequency = <74250000>;
7474
};

0 commit comments

Comments
 (0)