mbox series

[0/7] Configure genpd domains for omap4

Message ID 20201119130720.63140-1-tony@atomide.com
Headers show
Series Configure genpd domains for omap4 | expand

Message

Tony Lindgren Nov. 19, 2020, 1:07 p.m. UTC
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.

Regards,

Tony


Tero Kristo (2):
  soc: ti: omap-prm: omap4: add genpd support for remaining PRM
    instances
  ARM: dts: omap4: add remaining PRM instances

Tony Lindgren (5):
  clk: ti: omap4: Drop idlest polling from IVA clkctrl clocks
  ARM: dts: Configure power domain for omap4 dss
  ARM: dts: Configure power domain for omap4 dsp
  ARM: OMAP2+: Drop legacy platform data for omap4 iva
  ARM: OMAP2+: Drop legacy platform data for omap4 gpmc

 arch/arm/boot/dts/omap4-l4.dtsi            |   1 +
 arch/arm/boot/dts/omap4.dtsi               | 150 ++++++++++++++++++---
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 114 ----------------
 drivers/clk/ti/clk-44xx.c                  |   2 +-
 drivers/soc/ti/omap_prm.c                  |  71 +++++++++-
 5 files changed, 198 insertions(+), 140 deletions(-)

Comments

Stephen Boyd Dec. 9, 2020, 2:21 a.m. UTC | #1
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>