ARM: dts: r8a73a4: Add clock for CA15 CPU0 core

Improve hardware description by adding a clocks property to the device
node corresponding to the primary CA15 CPU core, which is for now the
only one described.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Geert Uytterhoeven 2017-10-12 11:35:06 +02:00 committed by Simon Horman
parent 7ee06c8a0b
commit a7869a5bc8
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ cpu0: cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a15"; compatible = "arm,cortex-a15";
reg = <0>; reg = <0>;
clocks = <&cpg_clocks R8A73A4_CLK_Z>;
clock-frequency = <1500000000>; clock-frequency = <1500000000>;
power-domains = <&pd_a2sl>; power-domains = <&pd_a2sl>;
next-level-cache = <&L2_CA15>; next-level-cache = <&L2_CA15>;