Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 556708fe authored by Keerthy's avatar Keerthy Committed by Paul Walmsley
Browse files

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: default avatarKeerthy <j-keerthy@ti.com>
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent ccfb24e3
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -819,7 +819,8 @@ static struct omap_hwmod dra7xx_gpmc_hwmod = {
	.name		= "gpmc",
	.name		= "gpmc",
	.class		= &dra7xx_gpmc_hwmod_class,
	.class		= &dra7xx_gpmc_hwmod_class,
	.clkdm_name	= "l3main1_clkdm",
	.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",
	.main_clk	= "l3_iclk_div",
	.prcm = {
	.prcm = {
		.omap4 = {
		.omap4 = {