Re: [PATCH v2] clk: imx: pllv3: support fractional multiplier on vf610 PLL1/PLL2

2016-12-19 Thread Nikita Yushchenko
> Anyway, regardless of my comments above: > > Teseted-by: Andrey Smirnov Thanks. Just sent v3 with all comments worked on. Nikita

Re: [PATCH v2] clk: imx: pllv3: support fractional multiplier on vf610 PLL1/PLL2

2016-12-19 Thread Nikita Yushchenko
> Anyway, regardless of my comments above: > > Teseted-by: Andrey Smirnov Thanks. Just sent v3 with all comments worked on. Nikita

Re: [PATCH v2] clk: imx: pllv3: support fractional multiplier on vf610 PLL1/PLL2

2016-12-18 Thread Andrey Smirnov
On Wed, Dec 14, 2016 at 12:14 AM, Nikita Yushchenko wrote: > On vf610, PLL1 and PLL2 have registers to configure fractional part of > frequency multiplier. > > This patch adds support for these registers. > > This fixes "fast system clock" issue on boards where

Re: [PATCH v2] clk: imx: pllv3: support fractional multiplier on vf610 PLL1/PLL2

2016-12-18 Thread Andrey Smirnov
On Wed, Dec 14, 2016 at 12:14 AM, Nikita Yushchenko wrote: > On vf610, PLL1 and PLL2 have registers to configure fractional part of > frequency multiplier. > > This patch adds support for these registers. > > This fixes "fast system clock" issue on boards where bootloader sets > fractional

[PATCH v2] clk: imx: pllv3: support fractional multiplier on vf610 PLL1/PLL2

2016-12-14 Thread Nikita Yushchenko
On vf610, PLL1 and PLL2 have registers to configure fractional part of frequency multiplier. This patch adds support for these registers. This fixes "fast system clock" issue on boards where bootloader sets fractional multiplier for PLL1. Suggested-by: Andrey Smirnov

[PATCH v2] clk: imx: pllv3: support fractional multiplier on vf610 PLL1/PLL2

2016-12-14 Thread Nikita Yushchenko
On vf610, PLL1 and PLL2 have registers to configure fractional part of frequency multiplier. This patch adds support for these registers. This fixes "fast system clock" issue on boards where bootloader sets fractional multiplier for PLL1. Suggested-by: Andrey Smirnov CC: Chris Healy