|
@@ -305,6 +305,7 @@ struct omap_hwmod_sysc_fields {
|
|
|
* @rev_offs: IP block revision register offset (from module base addr)
|
|
|
* @sysc_offs: OCP_SYSCONFIG register offset (from module base addr)
|
|
|
* @syss_offs: OCP_SYSSTATUS register offset (from module base addr)
|
|
|
+ * @srst_udelay: Delay needed after doing a softreset in usecs
|
|
|
* @idlemodes: One or more of {SIDLE,MSTANDBY}_{OFF,FORCE,SMART}
|
|
|
* @sysc_flags: SYS{C,S}_HAS* flags indicating SYSCONFIG bits supported
|
|
|
* @clockact: the default value of the module CLOCKACTIVITY bits
|
|
@@ -330,9 +331,10 @@ struct omap_hwmod_class_sysconfig {
|
|
|
u16 sysc_offs;
|
|
|
u16 syss_offs;
|
|
|
u16 sysc_flags;
|
|
|
+ struct omap_hwmod_sysc_fields *sysc_fields;
|
|
|
+ u8 srst_udelay;
|
|
|
u8 idlemodes;
|
|
|
u8 clockact;
|
|
|
- struct omap_hwmod_sysc_fields *sysc_fields;
|
|
|
};
|
|
|
|
|
|
/**
|