]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: dts: vexpress: Use assigned-clock-parents for sp810
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 12 Aug 2015 01:36:50 +0000 (18:36 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 18 Aug 2015 20:17:27 +0000 (13:17 -0700)
commit3cf6a067994fadcb99d841ec3ce6652fd95f91a1
tree904587153c5bfcd0e320b3a17ac0e27d026a13e4
parentb12c0820868f8f65289dda974c54eff2b0290fa7
ARM: dts: vexpress: Use assigned-clock-parents for sp810

The sp810 clk driver is calling the clk consumer APIs from
clk_prepare ops to change the parent to a 1 MHz fixed rate clock
for each of the clocks that the driver provides. Use
assigned-clock-parents for this instead of doing it in the driver
to avoid using the consumer API in provider code. This also
allows us to remove the usage of clk provider APIs that take a
struct clk as an argument from the sp810 driver.

Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Tested-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/vexpress-v2m-rs1.dtsi
arch/arm/boot/dts/vexpress-v2m.dtsi