ARM: OMAP2+: clock: fix DPLL code to use new determine rate APIs
authorTero Kristo <t-kristo@ti.com>
Fri, 12 Dec 2014 13:22:00 +0000 (15:22 +0200)
committerMichael Turquette <mturquette@linaro.org>
Tue, 16 Dec 2014 01:05:08 +0000 (17:05 -0800)
commit6f8e853d18a98ee95832ffebfaa288d42ae28cd5
tree9e14134150bd97479885f4731ca076f40044b36f
parentb1924c2ec1db98278100010ef87b54406d5ce612
ARM: OMAP2+: clock: fix DPLL code to use new determine rate APIs

While the change for determine_rate clock operation was merged,
the OMAP counterpart using these calls was overlooked for some reason,
and caused boot failures on at least OMAP4 platforms. Fixed by updating
the DPLL API calls to use the new parameters.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Fixes: 646cafc6aa ("clk: Change clk_ops->determine_rate")
Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
Tested-by: Kevin Hilman <khilman@linaro.org>
Reported-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
arch/arm/mach-omap2/dpll3xxx.c
arch/arm/mach-omap2/dpll44xx.c
include/linux/clk/ti.h