]> git.baikalelectronics.ru Git - kernel.git/commit
clk: mmp: Fix the wrong factor table for uart PLL
authorChao Xie <chao.xie@marvell.com>
Thu, 30 Apr 2015 01:53:41 +0000 (09:53 +0800)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 4 Jun 2015 19:07:49 +0000 (12:07 -0700)
commit2f1e40c57a6bb728e0df9e4fc4b6ba3dc6407f6f
tree6d2153811f8b73a71cdad2302e14b965ce06092b
parent707031d94afb7150dfaf549aa7a0085f21f208cd
clk: mmp: Fix the wrong factor table for uart PLL

The suggested value in the mmp2 manual is wrong.
There are only 13 bits for numerator, but some suggested
value has 14 bits.
Fix the factor tabled and remove the unused items.

Signed-off-by: Chao Xie <chao.xie@marvell.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/mmp/clk-mmp2.c
drivers/clk/mmp/clk-of-mmp2.c