diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/plat-omap/include/plat/omap_hwmod.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap_hwmod.h b/arch/arm/plat-omap/include/plat/omap_hwmod.h index 2c1710386963..7cb8d7dddcc5 100644 --- a/arch/arm/plat-omap/include/plat/omap_hwmod.h +++ b/arch/arm/plat-omap/include/plat/omap_hwmod.h | |||
| @@ -384,11 +384,13 @@ struct omap_hwmod_omap2_prcm { | |||
| 384 | * struct omap_hwmod_omap4_prcm - OMAP4-specific PRCM data | 384 | * struct omap_hwmod_omap4_prcm - OMAP4-specific PRCM data |
| 385 | * @clkctrl_reg: PRCM address of the clock control register | 385 | * @clkctrl_reg: PRCM address of the clock control register |
| 386 | * @rstctrl_reg: address of the XXX_RSTCTRL register located in the PRM | 386 | * @rstctrl_reg: address of the XXX_RSTCTRL register located in the PRM |
| 387 | * @rstst_reg: (AM33XX only) address of the XXX_RSTST register in the PRM | ||
| 387 | * @submodule_wkdep_bit: bit shift of the WKDEP range | 388 | * @submodule_wkdep_bit: bit shift of the WKDEP range |
| 388 | */ | 389 | */ |
| 389 | struct omap_hwmod_omap4_prcm { | 390 | struct omap_hwmod_omap4_prcm { |
| 390 | u16 clkctrl_offs; | 391 | u16 clkctrl_offs; |
| 391 | u16 rstctrl_offs; | 392 | u16 rstctrl_offs; |
| 393 | u16 rstst_offs; | ||
| 392 | u16 context_offs; | 394 | u16 context_offs; |
| 393 | u8 submodule_wkdep_bit; | 395 | u8 submodule_wkdep_bit; |
| 394 | u8 modulemode; | 396 | u8 modulemode; |
