From: 张晴 Date: Fri, 18 Jul 2014 01:50:07 +0000 (+0800) Subject: rk3036:clk:modify clk_pll.c error X-Git-Tag: firefly_0821_release~4916^2~209 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e30ce9d6d453178d3eed2f70267809657b1ba022;p=firefly-linux-kernel-4.4.55.git rk3036:clk:modify clk_pll.c error --- diff --git a/drivers/clk/rockchip/clk-pll.c b/drivers/clk/rockchip/clk-pll.c index d8f8af078119..bcd9e63f6018 100755 --- a/drivers/clk/rockchip/clk-pll.c +++ b/drivers/clk/rockchip/clk-pll.c @@ -216,8 +216,8 @@ static const struct apll_clk_set rk3036_apll_table[] = { _RK3036_APLL_SET_CLKS(500, 6, 250, 2, 1, 1, 0, 41, 21, 41, 21, 21), _RK3036_APLL_SET_CLKS(408, 1, 68, 2, 2, 1, 0, 41, 21, 41, 21, 21), _RK3036_APLL_SET_CLKS(312, 1, 52, 2, 2, 1, 0, 41, 21, 41, 21, 21), - _RK3036_APLL_SET_CLKS(216, 1, 144, 4, 4, 1, 0, 41, 21, 41, 21, 21), - _RK3036_APLL_SET_CLKS(96, 2 128, 4, 4, 1, 0, 21, 21, 41, 21, 21), + _RK3036_APLL_SET_CLKS(216, 1, 72, 4, 2, 1, 0, 41, 21, 41, 21, 21), + _RK3036_APLL_SET_CLKS(96, 1, 64, 4, 4, 1, 0, 21, 21, 41, 21, 21), _RK3036_APLL_SET_CLKS(0, 1, 0, 1, 1, 1, 0, 21, 21, 41, 21, 21), };