From 8f1f5c6a6b22f85a1ef005e5a9e17f84a1ed8c90 Mon Sep 17 00:00:00 2001 From: chenxing Date: Sat, 21 Apr 2012 16:33:40 +0800 Subject: [PATCH] rk30: change gpll_clks frequency division, to achieve higher accuracy --- arch/arm/mach-rk30/clock_data.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-rk30/clock_data.c b/arch/arm/mach-rk30/clock_data.c index f6332e8207ad..230c6b511c79 100755 --- a/arch/arm/mach-rk30/clock_data.c +++ b/arch/arm/mach-rk30/clock_data.c @@ -1044,9 +1044,9 @@ static struct clk codec_pll_clk = { static const struct pll_clk_set gpll_clks[] = { _PLL_SET_CLKS(148500, 4, 99, 4), - _PLL_SET_CLKS(297000, 4, 99, 2), - _PLL_SET_CLKS(1188000, 2, 99, 2), - _PLL_SET_CLKS(0, 0, 0, 0), + _PLL_SET_CLKS(297000, 2, 99, 4), + _PLL_SET_CLKS(1188000, 1, 99, 2), + _PLL_SET_CLKS(0, 0, 0, 0), }; static struct _pll_data gpll_data=SET_PLL_DATA(GPLL_ID,(void *)gpll_clks); static struct clk general_pll_clk = { -- 2.34.1