diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-10-12 12:35:15 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-10-16 12:43:35 +0300 |
commit | 5614e69269232da1f378e5be92714b96cdb090ef (patch) | |
tree | 140c1b6f122131e5414c9d076495b6665b1bedeb /arch | |
parent | f359fd3bba71176a122939fe3db9c7f20000d3f0 (diff) | |
download | linux-5614e69269232da1f378e5be92714b96cdb090ef.tar.xz |
ARM: dts: r8a7794: Add missing clock for secondary CA7 CPU core
Currently only the primary CPU in the CA7 cluster has a clocks property,
while the secondary CPU core is driven by the same clock.
Add the missing clocks property to fix this.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/r8a7794.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi index 7720a6ca8702..905e50c9b524 100644 --- a/arch/arm/boot/dts/r8a7794.dtsi +++ b/arch/arm/boot/dts/r8a7794.dtsi @@ -53,6 +53,7 @@ compatible = "arm,cortex-a7"; reg = <1>; clock-frequency = <1000000000>; + clocks = <&cpg CPG_CORE R8A7794_CLK_Z2>; power-domains = <&sysc R8A7794_PD_CA7_CPU1>; next-level-cache = <&L2_CA7>; }; |