mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 15:46:52 +07:00
ARM: dts: r8a7779: Add clocks for CA9 CPU cores
Improve hardware description by adding clocks properties to the device nodes corresponding to the CA9 CPU cores. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
d3e865a35a
commit
fa9f95a3d1
@ -29,12 +29,14 @@ cpu@0 {
|
||||
compatible = "arm,cortex-a9";
|
||||
reg = <0>;
|
||||
clock-frequency = <1000000000>;
|
||||
clocks = <&cpg_clocks R8A7779_CLK_Z>;
|
||||
};
|
||||
cpu@1 {
|
||||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a9";
|
||||
reg = <1>;
|
||||
clock-frequency = <1000000000>;
|
||||
clocks = <&cpg_clocks R8A7779_CLK_Z>;
|
||||
power-domains = <&sysc R8A7779_PD_ARM1>;
|
||||
};
|
||||
cpu@2 {
|
||||
@ -42,6 +44,7 @@ cpu@2 {
|
||||
compatible = "arm,cortex-a9";
|
||||
reg = <2>;
|
||||
clock-frequency = <1000000000>;
|
||||
clocks = <&cpg_clocks R8A7779_CLK_Z>;
|
||||
power-domains = <&sysc R8A7779_PD_ARM2>;
|
||||
};
|
||||
cpu@3 {
|
||||
@ -49,6 +52,7 @@ cpu@3 {
|
||||
compatible = "arm,cortex-a9";
|
||||
reg = <3>;
|
||||
clock-frequency = <1000000000>;
|
||||
clocks = <&cpg_clocks R8A7779_CLK_Z>;
|
||||
power-domains = <&sysc R8A7779_PD_ARM3>;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user