Re: [PATCH 2/4] ARM: AM43xx: fix dpll init in bypass mode

2013-12-08 Thread Paul Walmsley
On Tue, 3 Dec 2013, Sathya Prakash M R wrote: From: Tomi Valkeinen tomi.valkei...@ti.com On AM43xx, if a PLL is in bypass at kernel init, the code in omap2_get_dpll_rate() will not realize this and will try to calculate the clock rate using the multiplier and the divider, resulting in

[PATCH 2/4] ARM: AM43xx: fix dpll init in bypass mode

2013-12-03 Thread Sathya Prakash M R
From: Tomi Valkeinen tomi.valkei...@ti.com On AM43xx, if a PLL is in bypass at kernel init, the code in omap2_get_dpll_rate() will not realize this and will try to calculate the clock rate using the multiplier and the divider, resulting in errors. omap2_init_dpll_parent() has similar issue. Add