On Tue, Aug 20, 2013 at 11:01 PM, Tomasz Figa <t.figa@xxxxxxxxxxx> wrote: > This patch adds rate tables for PLLs that can be reconfigured at runtime > for Exynos4210 SoCs. Provided tables contain PLL coefficients for > input clock of 24 MHz and so are registered only in this case. MPLL does > not need runtime reconfiguration and so table for it is not provided. > > Signed-off-by: Tomasz Figa <t.figa@xxxxxxxxxxx> > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > --- > drivers/clk/samsung/clk-exynos4.c | 45 +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 45 insertions(+) > > diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-exynos4.c > index 34474ce..e18cfae 100644 > --- a/drivers/clk/samsung/clk-exynos4.c > +++ b/drivers/clk/samsung/clk-exynos4.c > @@ -992,6 +992,40 @@ static struct of_device_id ext_clk_match[] __initdata = { > {}, > }; > > +/* PLLs PMS values */ > +static struct samsung_pll_rate_table exynos4210_apll_rates[] = { > + PLL_45XX_RATE(1200000000, 150, 3, 1, 28), All these tables in this patch as well as next patch can be __initdata Regards, Yadwinder -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html