]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit17cc9121804b059a8886ec4a0b56c1283378d438
tree9e14134150bd97479885f4731ca076f40044b36f
parent9cf99194feeb314aeab8d7bc5c2110a5a1af99b9
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: 4c625dc9e7 ("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