From: dkl Date: Tue, 1 Apr 2014 03:51:35 +0000 (+0800) Subject: clk: rockchip: rk3288: fix APLL 48M\126M setting X-Git-Tag: firefly_0821_release~5682 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2b4b8a080ab355778353ea55314b1d903a4cd843;p=firefly-linux-kernel-4.4.55.git clk: rockchip: rk3288: fix APLL 48M\126M setting --- diff --git a/drivers/clk/rockchip/clk-pll.c b/drivers/clk/rockchip/clk-pll.c index df21324825ee..cceafebaa888 100644 --- a/drivers/clk/rockchip/clk-pll.c +++ b/drivers/clk/rockchip/clk-pll.c @@ -145,8 +145,8 @@ static const struct apll_clk_set rk3288_apll_table[] = { _RK3288_APLL_SET_CLKS(312, 1, 52, 4, 2, 2, 4, 4, 4), _RK3288_APLL_SET_CLKS(252, 1, 84, 8, 2, 2, 4, 4, 4), _RK3288_APLL_SET_CLKS(216, 1, 72, 8, 2, 2, 4, 4, 4), - _RK3288_APLL_SET_CLKS(126, 1, 84, 16, 2, 2, 4, 4, 4), - _RK3288_APLL_SET_CLKS(48, 1, 32, 16, 2, 2, 4, 4, 4), + _RK3288_APLL_SET_CLKS(126, 2, 84, 8, 2, 2, 4, 4, 4), + _RK3288_APLL_SET_CLKS(48, 2, 32, 8, 2, 2, 4, 4, 4), _RK3288_APLL_SET_CLKS(0, 1, 32, 16, 2, 2, 4, 4, 4), };