aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/plat-omap/include/plat/omap_hwmod.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap_hwmod.h b/arch/arm/plat-omap/include/plat/omap_hwmod.h
index 36d6ea56ab51..4965bbe8efb7 100644
--- a/arch/arm/plat-omap/include/plat/omap_hwmod.h
+++ b/arch/arm/plat-omap/include/plat/omap_hwmod.h
@@ -327,14 +327,12 @@ struct omap_hwmod_omap2_prcm {
327 327
328/** 328/**
329 * struct omap_hwmod_omap4_prcm - OMAP4-specific PRCM data 329 * struct omap_hwmod_omap4_prcm - OMAP4-specific PRCM data
330 * @module_offs: PRCM submodule offset from the start of the PRM/CM1/CM2 330 * @clkctrl_reg: PRCM address of the clock control register
331 * @device_offs: device register offset from @module_offs
332 * @submodule_wkdep_bit: bit shift of the WKDEP range 331 * @submodule_wkdep_bit: bit shift of the WKDEP range
333 */ 332 */
334struct omap_hwmod_omap4_prcm { 333struct omap_hwmod_omap4_prcm {
335 u32 module_offs; 334 void __iomem *clkctrl_reg;
336 u16 device_offs; 335 u8 submodule_wkdep_bit;
337 u8 submodule_wkdep_bit;
338}; 336};
339 337
340 338