ARM64: dts: vexpress: Use assigned-clock-parents for sp810
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 12 Aug 2015 01:36:51 +0000 (18:36 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 18 Aug 2015 20:17:48 +0000 (13:17 -0700)
commit341a670abd1c086d44e09901f0ebee3dd86a60ba
tree4c060290e739e60326085f00f57ad1fa0bb6360e
parent509b642ec1cb161f0e9d349bb6bd416554955b3a
ARM64: 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/arm64/boot/dts/arm/juno-motherboard.dtsi
arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi