commit | 1eb62b4f83eb4872adef405d8c923b33e05b2bf0 | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Thu Apr 21 14:34:23 2016 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 25 15:10:39 2016 -0400 |
tree | 9e7cb51e389f7379c3fec4ab397e4eb98182021f | |
parent | 4493e7d6bebd13280433587e52f8ac6fa0c56a6a [diff] |
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>