diff options
author | Simran Rai <ssimran@broadcom.com> | 2015-10-19 15:27:19 -0700 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2015-10-21 02:43:57 -0700 |
commit | 63243a4da7d0dfa19dcacd0a529782eeb2f86f92 (patch) | |
tree | 98b30265294172b55b6f7f195d5d56e5ad9535f6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 1256f10fb26e5824fde12314b5f4690797478678 (diff) |
clk: iproc: Fix PLL output frequency calculation
This patch affects the clocks that use fractional ndivider in their
PLL output frequency calculation. Instead of 2^20 divide factor, the
clock's ndiv integer shift was used. Fixed the bug by replacing ndiv
integer shift with 2^20 factor.
Signed-off-by: Simran Rai <ssimran@broadcom.com>
Signed-off-by: Ray Jui <rjui@broadcom.com>
Reviewed-by: Scott Branden <sbranden@broadcom.com>
Fixes: 5fe225c105fd ("clk: iproc: add initial common clock support")
Cc: <stable@vger.kernel.org> # v4.1+
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions