]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: r8a73a4: Add clock for CA15 CPU0 core
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 12 Oct 2017 09:35:06 +0000 (11:35 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 16 Oct 2017 09:36:18 +0000 (11:36 +0200)
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>
arch/arm/boot/dts/r8a73a4.dtsi

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