clk: ti: omap5+: dpll: implement errata i810
authorTero Kristo <t-kristo@ti.com>
Mon, 30 Nov 2015 14:43:25 +0000 (16:43 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 30 Nov 2015 19:34:17 +0000 (11:34 -0800)
commit07ff73a932b725b2a4675bd0cc1a86b4933e433e
treeda9e26ac88590535060e130e8ce51c4369a7c2a8
parentcf81a1cf711d71daafe8f1b8eca96b54c3f5c8ed
clk: ti: omap5+: dpll: implement errata i810

Errata i810 states that DPLL controller can get stuck while transitioning
to a power saving state, while its M/N ratio is being re-programmed.

As a workaround, before re-programming the M/N ratio, SW has to ensure
the DPLL cannot start an idle state transition. SW can disable DPLL
idling by setting the DPLL AUTO_DPLL_MODE=0 or keeping a clock request
active by setting a dependent clock domain in SW_WKUP.

This errata impacts OMAP5 and DRA7 chips, so enable the errata for these.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
arch/arm/mach-omap2/clock.c
drivers/clk/ti/dpll3xxx.c
include/linux/clk/ti.h