|
@@ -384,11 +384,13 @@ struct omap_hwmod_omap2_prcm {
|
|
* struct omap_hwmod_omap4_prcm - OMAP4-specific PRCM data
|
|
* struct omap_hwmod_omap4_prcm - OMAP4-specific PRCM data
|
|
* @clkctrl_reg: PRCM address of the clock control register
|
|
* @clkctrl_reg: PRCM address of the clock control register
|
|
* @rstctrl_reg: address of the XXX_RSTCTRL register located in the PRM
|
|
* @rstctrl_reg: address of the XXX_RSTCTRL register located in the PRM
|
|
|
|
+ * @rstst_reg: (AM33XX only) address of the XXX_RSTST register in the PRM
|
|
* @submodule_wkdep_bit: bit shift of the WKDEP range
|
|
* @submodule_wkdep_bit: bit shift of the WKDEP range
|
|
*/
|
|
*/
|
|
struct omap_hwmod_omap4_prcm {
|
|
struct omap_hwmod_omap4_prcm {
|
|
u16 clkctrl_offs;
|
|
u16 clkctrl_offs;
|
|
u16 rstctrl_offs;
|
|
u16 rstctrl_offs;
|
|
|
|
+ u16 rstst_offs;
|
|
u16 context_offs;
|
|
u16 context_offs;
|
|
u8 submodule_wkdep_bit;
|
|
u8 submodule_wkdep_bit;
|
|
u8 modulemode;
|
|
u8 modulemode;
|