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)
commit6644fddf062e1fa9bd56e74dfeaf864a14bf08cb
tree6d2153811f8b73a71cdad2302e14b965ce06092b
parenta35247c6ee7265b024d606f7503fef44e88d9d2d
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
This page took 0.028898 seconds and 5 git commands to generate.