]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: OMAP: DRA7: hwmod: Make gpmc software supervised as the smart idle is broken
authorKeerthy <j-keerthy@ti.com>
Tue, 13 Jan 2015 08:51:25 +0000 (14:21 +0530)
committerPaul Walmsley <paul@pwsan.com>
Tue, 20 Jan 2015 08:10:23 +0000 (01:10 -0700)
This patch fixes: 'omap_hwmod: gpmc: _wait_target_disable failed'
error during suspend.

This is because smart idle is broken.
Tested in dra7-evm D1 board.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/omap_hwmod_7xx_data.c

index ffd6604cd546432c5c12e755414566bca9e907c7..4db8c35c5c82556d43554d34cd3375f4b042784c 100644 (file)
@@ -819,7 +819,8 @@ static struct omap_hwmod dra7xx_gpmc_hwmod = {
        .name           = "gpmc",
        .class          = &dra7xx_gpmc_hwmod_class,
        .clkdm_name     = "l3main1_clkdm",
-       .flags          = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET,
+       .flags          = (HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET |
+                          HWMOD_SWSUP_SIDLE),
        .main_clk       = "l3_iclk_div",
        .prcm = {
                .omap4 = {