]> git.baikalelectronics.ru Git - kernel.git/commit
clk: mvebu: cp110: Fix clock tree representation
authorGregory CLEMENT <gregory.clement@bootlin.com>
Wed, 28 Feb 2018 14:07:51 +0000 (15:07 +0100)
committerStephen Boyd <sboyd@kernel.org>
Mon, 19 Mar 2018 20:10:50 +0000 (13:10 -0700)
commit2587c2bedb270d3365837d977a91780b8fa752b4
tree9c6c0846dd7299b1e59e9b2d53932aa70869e4b3
parentae0945d7fbe5a6a5e767169d0c9ca622784b3c38
clk: mvebu: cp110: Fix clock tree representation

Thanks to new documentation, we have a better view of the clock tree.
There were few mistakes in the first version of this driver, the main one
being the parental link between the clocks. Actually the tree is more
flat that we though. Most of the IP blocks require two clocks: one for
the IP itself and one for accessing the registers, and unlike what we
wrote there is no link between these two clocks.

The other mistakes were about the name of the clocks: the root clock is
not the Audio PLL but the PLL0, and what we called the EIP clock is named
the x2 Core clock and is used by other IP block than the EIP ones.

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mvebu/cp110-system-controller.c