Re: [patch 2/2] clk: spear3xx: Set proper clock parent of uart1/2

2014-06-20 Thread Thomas Gleixner
On Fri, 20 Jun 2014, Viresh Kumar wrote: > On Fri, Jun 20, 2014 at 3:22 AM, Thomas Gleixner wrote: > > The uarts only work when the parent is ras_ahb_clk. The stale 3.5 > > based ST tree does this in the board file. > > > > Add it to the clk init function. Not pretty, but the mess there is > > am

Re: [patch 2/2] clk: spear3xx: Set proper clock parent of uart1/2

2014-06-19 Thread Viresh Kumar
On Fri, Jun 20, 2014 at 3:22 AM, Thomas Gleixner wrote: > The uarts only work when the parent is ras_ahb_clk. The stale 3.5 > based ST tree does this in the board file. > > Add it to the clk init function. Not pretty, but the mess there is > amazing anyway. I still feel that board file is the rig

[patch 2/2] clk: spear3xx: Set proper clock parent of uart1/2

2014-06-19 Thread Thomas Gleixner
The uarts only work when the parent is ras_ahb_clk. The stale 3.5 based ST tree does this in the board file. Add it to the clk init function. Not pretty, but the mess there is amazing anyway. Signed-off-by: Thomas Gleixner --- drivers/clk/spear/spear3xx_clock.c | 14 ++ 1 file cha