|
@@ -76,7 +76,8 @@ static struct omap_hwmod omap3xxx_l3_hwmod = {
|
|
|
.masters_cnt = ARRAY_SIZE(omap3xxx_l3_masters),
|
|
|
.slaves = omap3xxx_l3_slaves,
|
|
|
.slaves_cnt = ARRAY_SIZE(omap3xxx_l3_slaves),
|
|
|
- .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430)
|
|
|
+ .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
|
|
|
+ .flags = HWMOD_NO_IDLEST,
|
|
|
};
|
|
|
|
|
|
static struct omap_hwmod omap3xxx_l4_wkup_hwmod;
|
|
@@ -106,7 +107,8 @@ static struct omap_hwmod omap3xxx_l4_core_hwmod = {
|
|
|
.masters_cnt = ARRAY_SIZE(omap3xxx_l4_core_masters),
|
|
|
.slaves = omap3xxx_l4_core_slaves,
|
|
|
.slaves_cnt = ARRAY_SIZE(omap3xxx_l4_core_slaves),
|
|
|
- .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430)
|
|
|
+ .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
|
|
|
+ .flags = HWMOD_NO_IDLEST,
|
|
|
};
|
|
|
|
|
|
/* Slave interfaces on the L4_PER interconnect */
|
|
@@ -126,7 +128,8 @@ static struct omap_hwmod omap3xxx_l4_per_hwmod = {
|
|
|
.masters_cnt = ARRAY_SIZE(omap3xxx_l4_per_masters),
|
|
|
.slaves = omap3xxx_l4_per_slaves,
|
|
|
.slaves_cnt = ARRAY_SIZE(omap3xxx_l4_per_slaves),
|
|
|
- .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430)
|
|
|
+ .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
|
|
|
+ .flags = HWMOD_NO_IDLEST,
|
|
|
};
|
|
|
|
|
|
/* Slave interfaces on the L4_WKUP interconnect */
|
|
@@ -146,7 +149,8 @@ static struct omap_hwmod omap3xxx_l4_wkup_hwmod = {
|
|
|
.masters_cnt = ARRAY_SIZE(omap3xxx_l4_wkup_masters),
|
|
|
.slaves = omap3xxx_l4_wkup_slaves,
|
|
|
.slaves_cnt = ARRAY_SIZE(omap3xxx_l4_wkup_slaves),
|
|
|
- .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430)
|
|
|
+ .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
|
|
|
+ .flags = HWMOD_NO_IDLEST,
|
|
|
};
|
|
|
|
|
|
/* Master interfaces on the MPU device */
|