ARM: OMAP2/3: Define HWMOD software reset status for DMTIMERs
authorJon Hunter <jon-hunter@ti.com>
Tue, 28 Aug 2012 17:55:27 +0000 (12:55 -0500)
committerJon Hunter <jon-hunter@ti.com>
Mon, 12 Nov 2012 22:23:51 +0000 (16:23 -0600)
commitf3a13e7246f92e0cf4e9e3baee3145693ba41a8d
tree25e197c72a4b08e65d8697938241cdda6e658f67
parent725a8fe3126e3d384cb51fc1029a4a92b0b8e5f5
ARM: OMAP2/3: Define HWMOD software reset status for DMTIMERs

For OMAP2/3 devices, the HWMOD data does not define a software reset status
field for the DMTIMERs. Therefore, when HWMOD performs a soft-reset of the
DMTIMER we don't check and wait for the reset to complete. For OMAP2/3 devices,
the software reset status for a DMTIMER can be read from bit 0 of the DMTIMER
TISTAT register (referred to as the SYSS register in HWMOD). Add the
appropriate HWMOD definitions so that HWMOD will check the software reset
status when performing a software reset of the DMTIMER.

Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c