Commit ffddddf4 authored by Jisheng Zhang's avatar Jisheng Zhang Committed by Conor Dooley

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarJisheng Zhang <jszhang@kernel.org>
Reviewed-by: default avatarEmil Renner Berthing <emil.renner.berthing@canonical.com>
Signed-off-by: default avatarConor Dooley <conor.dooley@microchip.com>
parent b9a1481f
...@@ -26,10 +26,6 @@ chosen { ...@@ -26,10 +26,6 @@ chosen {
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 @@ codec { ...@@ -69,6 +65,10 @@ codec {
}; };
}; };
&cpus {
timebase-frequency = <4000000>;
};
&dvp_clk { &dvp_clk {
clock-frequency = <74250000>; clock-frequency = <74250000>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment