aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2017-10-12 05:35:11 -0400
committerSimon Horman <horms+renesas@verge.net.au>2017-10-16 05:41:11 -0400
commitaea0089ae8058a9bf4c9766f3208809fc28c99f0 (patch)
treef5541f4160efa28b914fe84d6de1f1214385e1fc
parentaa4c2fdf495f000fa9ae57c073c0c4575c21983e (diff)
ARM: dts: r8a7790: Add clocks for CA7 CPU cores
Currently only the CPU cores in the CA15 cluster have clocks properties. Add the missing clocks properties for the CPU cores in the CA7 cluster to fix this. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Tested-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm/boot/dts/r8a7790.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index e85eb42f97e8..2f017fee4009 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -105,6 +105,7 @@
105 compatible = "arm,cortex-a7"; 105 compatible = "arm,cortex-a7";
106 reg = <0x100>; 106 reg = <0x100>;
107 clock-frequency = <780000000>; 107 clock-frequency = <780000000>;
108 clocks = <&cpg CPG_CORE R8A7790_CLK_Z2>;
108 power-domains = <&sysc R8A7790_PD_CA7_CPU0>; 109 power-domains = <&sysc R8A7790_PD_CA7_CPU0>;
109 next-level-cache = <&L2_CA7>; 110 next-level-cache = <&L2_CA7>;
110 capacity-dmips-mhz = <539>; 111 capacity-dmips-mhz = <539>;
@@ -115,6 +116,7 @@
115 compatible = "arm,cortex-a7"; 116 compatible = "arm,cortex-a7";
116 reg = <0x101>; 117 reg = <0x101>;
117 clock-frequency = <780000000>; 118 clock-frequency = <780000000>;
119 clocks = <&cpg CPG_CORE R8A7790_CLK_Z2>;
118 power-domains = <&sysc R8A7790_PD_CA7_CPU1>; 120 power-domains = <&sysc R8A7790_PD_CA7_CPU1>;
119 next-level-cache = <&L2_CA7>; 121 next-level-cache = <&L2_CA7>;
120 capacity-dmips-mhz = <539>; 122 capacity-dmips-mhz = <539>;
@@ -125,6 +127,7 @@
125 compatible = "arm,cortex-a7"; 127 compatible = "arm,cortex-a7";
126 reg = <0x102>; 128 reg = <0x102>;
127 clock-frequency = <780000000>; 129 clock-frequency = <780000000>;
130 clocks = <&cpg CPG_CORE R8A7790_CLK_Z2>;
128 power-domains = <&sysc R8A7790_PD_CA7_CPU2>; 131 power-domains = <&sysc R8A7790_PD_CA7_CPU2>;
129 next-level-cache = <&L2_CA7>; 132 next-level-cache = <&L2_CA7>;
130 capacity-dmips-mhz = <539>; 133 capacity-dmips-mhz = <539>;
@@ -135,6 +138,7 @@
135 compatible = "arm,cortex-a7"; 138 compatible = "arm,cortex-a7";
136 reg = <0x103>; 139 reg = <0x103>;
137 clock-frequency = <780000000>; 140 clock-frequency = <780000000>;
141 clocks = <&cpg CPG_CORE R8A7790_CLK_Z2>;
138 power-domains = <&sysc R8A7790_PD_CA7_CPU3>; 142 power-domains = <&sysc R8A7790_PD_CA7_CPU3>;
139 next-level-cache = <&L2_CA7>; 143 next-level-cache = <&L2_CA7>;
140 capacity-dmips-mhz = <539>; 144 capacity-dmips-mhz = <539>;