ARM: OMAP3: Correct HWMOD DMTIMER SYSC register declarations
authorJon Hunter <jon-hunter@ti.com>
Tue, 28 Aug 2012 17:49:39 +0000 (12:49 -0500)
committerJon Hunter <jon-hunter@ti.com>
Mon, 12 Nov 2012 22:23:50 +0000 (16:23 -0600)
commit725a8fe3126e3d384cb51fc1029a4a92b0b8e5f5
tree1cc37855153e41641ed33e1fcf5850d0ed633d70
parent7b44cf2c15f81caf5c3a4ac59f0677edd64b9aeb
ARM: OMAP3: Correct HWMOD DMTIMER SYSC register declarations

Currently, the OMAP3 HWMOD data defines two TIOCP_CFG register structures
(referred to as the SYSC register in the HWMOD data) where timers 1, 2 and 10
use one of the defintions and the other timers use the other definition. For
OMAP3 devices the structure of the DMTIMER TIOCP_CFG register is the same for
all 12 instances of the DMTIMER. Please note that this is a difference between
OMAP3 and OMAP4 and could be the source of the confusion.

For OMAP3 devices, the DMTIMER TIOCP_CFG register has the fields,
clock-activity, emufree, idlemode, enwakeup, softreset and autoidle for all
12 timers. Therefore, remove one of the SYSC register definitions for the
DMTIMERs and ensure the appropriate register fields are defined for all
DMTIMERs.

Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
This page took 0.024492 seconds and 5 git commands to generate.