Message ID | 20201119130720.63140-1-tony@atomide.com |
---|---|
Headers | show |
Series | Configure genpd domains for omap4 | expand |
* Tony Lindgren <tony@atomide.com> [201119 13:09]: > Hi all, > > Here are few patches to configure genpd domains for omap4 and > enable it for dss, dsp and iva. And we also drop gpmc legacy > platform data while at it. These depend on the earlier patches: PATCH 2/4] ARM: OMAP2+: Fix missing select PM_GENERIC_DOMAINS_OF [PATCHv2 0/9] Genpd related code changes to drop am335x pdata To make testing things easier, I've pushed out these changes also to a temporary test branch at [0][1] below. Regards, Tony [0] git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git omap-for-v5.11/tmp-testing-genpd [1] https://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v5.11/tmp-testing-genp
Quoting Tony Lindgren (2020-11-19 05:07:14) > Similar to what we've done for IPU and DSP let's ignore the status bit > for the IVA clkctrl register. > > The clkctrl status won't change unless the related rstctrl is deasserted, > and the rstctrl status won't change unless the clkctrl is enabled. > > Cc: linux-clk@vger.kernel.org > Cc: Michael Turquette <mturquette@baylibre.com> > Cc: Stephen Boyd <sboyd@kernel.org> > Cc: Suman Anna <s-anna@ti.com> > Cc: Tero Kristo <t-kristo@ti.com> > Signed-off-by: Tony Lindgren <tony@atomide.com> > --- Acked-by: Stephen Boyd <sboyd@kernel.org>