ARM: shmobile: rcar-gen2: Add support for CPG/MSSR bindings
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Jul 2017 10:39:32 +0000 (12:39 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 27 Jul 2017 14:30:51 +0000 (16:30 +0200)
commitcdcdfaad8a25f53a5bb01c04e1eff33e453dab30
tree9a1ce482ec7730fefde4cb6c34fd129863b03560
parent816756962b15f469d467b09beeb702af015c55cc
ARM: shmobile: rcar-gen2: Add support for CPG/MSSR bindings

When using the new CPG/MSSR bindings, there is no longer a
"renesas,rcar-gen2-cpg-clocks" node, and the code to obtain the external
clock crystal frequency falls back to a default of 20 MHz.
While this is correct for all upstream R-Car Gen2 and RZ/G1 boards, this
is not necessarily the case for out-of-tree third party boards.

Add support for finding the external clock crystal oscillator on RZ/G1M,
and on R-Car H2, M2-W, and M2-N using the new CPG/MSSR bindings, through
the corresponding "renesas,r8a77xx-cpg-mssr" nodes.

Note that this is not needed on R-Car V2H and E2, and on RZ/G1E, as on
those SoCs the arch_timer and generic counter clock is derived from the
ZS clock instead.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/setup-rcar-gen2.c