Commit 04ea77edb7d394625cede310fe41e1784bd3f45b

Authored by Dave Gerlach
1 parent debcf74393

ARM: OMAP2+: AMX3XX: Add HWMOD_NEEDS_REIDLE to gpmc

gpmc hwmod on am43xx needs a softreset before idling, so add the
HWMOD_NEEDS_REIDLE flag so that in the case of no driver being present,
the module will get properly reidled and shut off after a suspend cycle
or when attempting to disable it after an RTC+DDR cycle.

Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c
... ... @@ -772,6 +772,7 @@
772 772 .name = "gpmc",
773 773 .class = &am33xx_gpmc_hwmod_class,
774 774 .clkdm_name = "l3s_clkdm",
  775 + .flags = HWMOD_NEEDS_REIDLE,
775 776 .main_clk = "l3s_gclk",
776 777 .prcm = {
777 778 .omap4 = {