ARM: OMAP5/DRA7: Move ABB TXDONE mask to voltage structure
authorNishanth Menon <nm@ti.com>
Thu, 21 Apr 2016 19:34:23 +0000 (14:34 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2016 19:10:39 +0000 (15:10 -0400)
commit3708e78c33b3853e300a6ded3113de90dacbc633
tree9e7cb51e389f7379c3fec4ab397e4eb98182021f
parent2d9d057be6aaa410650b7ceecfcdb0aca4c24e31
ARM: OMAP5/DRA7: Move ABB TXDONE mask to voltage structure

ABB TX_DONE mask will vary depending on ABB module. For example,
3630 never had ABB on IVA domain, while OMAP5 does use ABB on MM domain,
DRA7 has it on all domains with the exception of CORE, RTC.

Hence, move the txdone mask definition over to structure describing
voltage domain.

Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm/cpu/armv7/omap-common/clocks-common.c
arch/arm/cpu/armv7/omap5/hw_data.c
arch/arm/include/asm/omap_common.h
board/ti/am57xx/board.c