diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-09-23 19:28:22 -0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2012-09-23 19:28:22 -0400 |
commit | 53cce97c3922fe4c08d2474e4f7b1968e79d7219 (patch) | |
tree | dca833d92c1586cf19c6185b3cc0ab8cb1873c0a /arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |
parent | 1b024d2f60bdceefdc4a03855eb4bd241a403828 (diff) |
ARM: OMAP4: hwmod data: add missing HWMOD_NO_IDLEST flags to some PRCM IP blocks
Some struct omap_hwmod records belonging to PRCM IP blocks are missing
HWMOD_NO_IDLEST flags; add them.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: BenoƮt Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_44xx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 728e3e7e2c37..5b3c6181a711 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |||
@@ -2571,6 +2571,7 @@ static struct omap_hwmod omap44xx_prcm_mpu_hwmod = { | |||
2571 | .name = "prcm_mpu", | 2571 | .name = "prcm_mpu", |
2572 | .class = &omap44xx_prcm_hwmod_class, | 2572 | .class = &omap44xx_prcm_hwmod_class, |
2573 | .clkdm_name = "l4_wkup_clkdm", | 2573 | .clkdm_name = "l4_wkup_clkdm", |
2574 | .flags = HWMOD_NO_IDLEST, | ||
2574 | .prcm = { | 2575 | .prcm = { |
2575 | .omap4 = { | 2576 | .omap4 = { |
2576 | .flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT, | 2577 | .flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT, |
@@ -2582,6 +2583,7 @@ static struct omap_hwmod omap44xx_prcm_mpu_hwmod = { | |||
2582 | static struct omap_hwmod omap44xx_cm_core_aon_hwmod = { | 2583 | static struct omap_hwmod omap44xx_cm_core_aon_hwmod = { |
2583 | .name = "cm_core_aon", | 2584 | .name = "cm_core_aon", |
2584 | .class = &omap44xx_prcm_hwmod_class, | 2585 | .class = &omap44xx_prcm_hwmod_class, |
2586 | .flags = HWMOD_NO_IDLEST, | ||
2585 | .prcm = { | 2587 | .prcm = { |
2586 | .omap4 = { | 2588 | .omap4 = { |
2587 | .flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT, | 2589 | .flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT, |
@@ -2593,6 +2595,7 @@ static struct omap_hwmod omap44xx_cm_core_aon_hwmod = { | |||
2593 | static struct omap_hwmod omap44xx_cm_core_hwmod = { | 2595 | static struct omap_hwmod omap44xx_cm_core_hwmod = { |
2594 | .name = "cm_core", | 2596 | .name = "cm_core", |
2595 | .class = &omap44xx_prcm_hwmod_class, | 2597 | .class = &omap44xx_prcm_hwmod_class, |
2598 | .flags = HWMOD_NO_IDLEST, | ||
2596 | .prcm = { | 2599 | .prcm = { |
2597 | .omap4 = { | 2600 | .omap4 = { |
2598 | .flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT, | 2601 | .flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT, |