]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit120169bfb8211609873ed51f1636aaa5a08aa301
treee7eb4cd8b0d9618a256ee96adb3db3326cc42148
parentbb9958eed47962ffa550955ac474aafe03d5c5dd
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