diff options
author | Benoit Cousson <b-cousson@ti.com> | 2011-07-10 05:56:32 -0600 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2011-07-10 05:56:32 -0600 |
commit | 27bb00b58e04e5d8442335f694f2a1b6c31b184d (patch) | |
tree | 165af2a9e330d6071cb400775a6f0b08b7a31917 /arch/arm/plat-omap | |
parent | ad53ebb725b5c8dce529cb8cb172d5e8c9bb7bda (diff) | |
download | blackbird-obmc-linux-27bb00b58e04e5d8442335f694f2a1b6c31b184d.tar.gz blackbird-obmc-linux-27bb00b58e04e5d8442335f694f2a1b6c31b184d.zip |
OMAP4: hwmod data: Add PRM context register offset
Add a 'context_offs' entry in the prcm.omap4 structure to all
IPs when applicable.
The offset will be used to retrieve the per module context lost
information now available on OMAP4.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/omap_hwmod.h | 1 |
1 files changed, 1 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 9ef4424366d2..16439fa13447 100644 --- a/arch/arm/plat-omap/include/plat/omap_hwmod.h +++ b/arch/arm/plat-omap/include/plat/omap_hwmod.h @@ -363,6 +363,7 @@ struct omap_hwmod_omap2_prcm { struct omap_hwmod_omap4_prcm { u16 clkctrl_offs; u16 rstctrl_offs; + u16 context_offs; u8 submodule_wkdep_bit; }; |