ARM: dts: r8a7779: Add clocks for CA9 CPU cores
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 12 Oct 2017 09:35:09 +0000 (11:35 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 16 Oct 2017 09:38:21 +0000 (11:38 +0200)
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>
arch/arm/boot/dts/r8a7779.dtsi

index ccef2cf..e8eb947 100644 (file)
                        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 @@
                        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 @@
                        compatible = "arm,cortex-a9";
                        reg = <3>;
                        clock-frequency = <1000000000>;
+                       clocks = <&cpg_clocks R8A7779_CLK_Z>;
                        power-domains = <&sysc R8A7779_PD_ARM3>;
                };
        };