]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: OMAP3/4: omap_hwmod: Add rstst_offs field to struct omap_hwmod_omap4_prcm
authorVaibhav Hiremath <hvaibhav@ti.com>
Wed, 4 Jul 2012 09:41:03 +0000 (03:41 -0600)
committerPaul Walmsley <paul@pwsan.com>
Wed, 4 Jul 2012 09:41:03 +0000 (03:41 -0600)
commit768c69f5e9227a855a7bbb490b18628133fa891a
treecb852d99543723173a6604d165902486b2717f7e
parent248b3b3d841b01d0a5a55b746fc7e5e9edbe65e6
ARM: OMAP3/4: omap_hwmod: Add rstst_offs field to struct omap_hwmod_omap4_prcm

In case of AM33XX device, XXX_RSTST register offset is not
consistent across PRM modules/instances,

PRM_XXX            RSTST
=========================
PRM_PER_MOD:       0x04
PRM_WKUP_MOD:      0x0C
PRM_MPU_MOD:       NA
PRM_DEVICE_MOD:    0x08

This means, we need to pass on XXX_RSTST register offset
information through omap_hwmod data, similar to XXX_RSTCTRL.

Currently, this field is only applicable and used for AM33XX
devices.

Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Cc: Benoit Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Kevin Hilman <khilman@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/plat-omap/include/plat/omap_hwmod.h