Skip to content
  • Benoit Cousson's avatar
    OMAP4: hwmod data: Add timer · 35d1a66a
    Benoit Cousson authored
    
    
    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: default avatarBenoit Cousson <b-cousson@ti.com>
    Signed-off-by: default avatarTarun Kanti DebBarma <tarun.kanti@ti.com>
    [b-cousson@ti.com: Fix alignement in class attribute,
    re-order flags and update the changelog]
    35d1a66a