Re: [PATCH v7 0/2] ARM: mach-moxart: add MOXA ART SoC support

2013-12-22 Thread Olof Johansson
On Thu, Dec 19, 2013 at 11:47:42AM +0100, Jonas Jensen wrote: > The reason behind why fixed rate clock "ref12" couldn't be moved from > .dtsi to .dts: > > There was nothing else in "clocks { .. }", the entire block was then > deleted from .dtsi. > > If a skeleton "clocks { .. }" remain in .dtsi,

[PATCH v7 0/2] ARM: mach-moxart: add MOXA ART SoC support

2013-12-19 Thread Jonas Jensen
The reason behind why fixed rate clock "ref12" couldn't be moved from .dtsi to .dts: There was nothing else in "clocks { .. }", the entire block was then deleted from .dtsi. If a skeleton "clocks { .. }" remain in .dtsi, the node can then be moved to .dts, and of_clk_get() works again. Changes s