OMAP4: hwmod data: Add timer
authorBenoit Cousson <b-cousson@ti.com>
Fri, 11 Feb 2011 11:17:14 +0000 (11:17 +0000)
committerBenoit Cousson <b-cousson@ti.com>
Thu, 17 Feb 2011 17:25:29 +0000 (18:25 +0100)
commit35d1a66a9cc03167ff5266e5fcb0dea639123d84
treee7eb4cd8b0d9618a256ee96adb3db3326cc42148
parent9bcbd7f0d577b3f6d5742188563457a083b8ae7f
OMAP4: hwmod data: Add timer

Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)

The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.

Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain

The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
arch/arm/mach-omap2/omap_hwmod_44xx_data.c