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>
This commit is contained in:
Jisheng Zhang 2024-04-29 08:13:13 +08:00 committed by Conor Dooley
parent b9a1481f25
commit ffddddf4aa

View File

@ -26,10 +26,6 @@
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
cpus {
timebase-frequency = <4000000>;
};
memory@40000000 { memory@40000000 {
device_type = "memory"; device_type = "memory";
reg = <0x0 0x40000000 0x1 0x0>; reg = <0x0 0x40000000 0x1 0x0>;
@ -69,6 +65,10 @@
}; };
}; };
&cpus {
timebase-frequency = <4000000>;
};
&dvp_clk { &dvp_clk {
clock-frequency = <74250000>; clock-frequency = <74250000>;
}; };