aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2015-01-13 03:51:25 -0500
committerPaul Walmsley <paul@pwsan.com>2015-01-20 20:12:17 -0500
commit556708fe87188bb0e782d23792f0ce68c0694721 (patch)
tree4b672b66851ae19b4a63da0da6f8707144ea3cfe /arch/arm/mach-omap2
parentccfb24e34914c46ab0d056eb560151bddfd1b407 (diff)
ARM: OMAP: DRA7: hwmod: Make gpmc software supervised as the smart idle is broken
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>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_7xx_data.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
index ffd6604cd546..4db8c35c5c82 100644
--- a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
@@ -819,7 +819,8 @@ static struct omap_hwmod dra7xx_gpmc_hwmod = {
819 .name = "gpmc", 819 .name = "gpmc",
820 .class = &dra7xx_gpmc_hwmod_class, 820 .class = &dra7xx_gpmc_hwmod_class,
821 .clkdm_name = "l3main1_clkdm", 821 .clkdm_name = "l3main1_clkdm",
822 .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET, 822 .flags = (HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET |
823 HWMOD_SWSUP_SIDLE),
823 .main_clk = "l3_iclk_div", 824 .main_clk = "l3_iclk_div",
824 .prcm = { 825 .prcm = {
825 .omap4 = { 826 .omap4 = {