• J
    ARM: OMAP2+: HWMOD: Correct timer device attributes · 139486fa
    Jon Hunter 提交于
    Fix the following issues with the timer device attributes for OMAP2+ devices:
    
    1. For OMAP24xx devices, timers 2-8 have the ALWAYS-ON attribute indicating
       that these timers are in an ALWAYS-ON power domain. This is not the case
       only timer1 is in an ALWAYS-ON power domain.
    2. For OMAP3xxx devices, timers 2-7 have the ALWAYS-ON attribute indicating
       that these timers are in an ALWAYS-ON power domain. This is not the case
       only timer1 and timer12 are in an ALWAYS-ON power domain.
    3. For OMAP3xxx devices, timer12 does not have the ALWAYS-ON attribute but
       is in an always-on power domain.
    Signed-off-by: NJon Hunter <jon-hunter@ti.com>
    Acked-by: NPaul Walmsley <paul@pwsan.com>
    Signed-off-by: NTony Lindgren <tony@atomide.com>
    139486fa
omap_hwmod_44xx_data.c 153.6 KB