|
@@ -385,7 +385,8 @@ static struct omap_hwmod dra7xx_dcan2_hwmod = {
|
|
|
static struct omap_hwmod_class_sysconfig dra7xx_epwmss_sysc = {
|
|
static struct omap_hwmod_class_sysconfig dra7xx_epwmss_sysc = {
|
|
|
.rev_offs = 0x0,
|
|
.rev_offs = 0x0,
|
|
|
.sysc_offs = 0x4,
|
|
.sysc_offs = 0x4,
|
|
|
- .sysc_flags = SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET,
|
|
|
|
|
|
|
+ .sysc_flags = SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
|
|
|
|
|
+ SYSC_HAS_RESET_STATUS,
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
|
|
.sysc_fields = &omap_hwmod_sysc_type2,
|
|
.sysc_fields = &omap_hwmod_sysc_type2,
|
|
|
};
|
|
};
|