]> 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)
commit8c1827adea59bf576fc14573c54c34e0f9218317
tree6d2153811f8b73a71cdad2302e14b965ce06092b
parent074a2cb1734a541765a84da8dd88929ee01bd000
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