Re: [PATCH 1/2] ARM: dts: vexpress: Use assigned-clock-parents for sp810

2015-08-18 Thread Olof Johansson
On Tue, Aug 11, 2015 at 06:36:50PM -0700, Stephen Boyd wrote: > 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

[PATCH 1/2] ARM: dts: vexpress: Use assigned-clock-parents for sp810

2015-08-11 Thread Stephen Boyd
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 a