summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2016-04-21 14:34:23 -0500
committerTom Rini <trini@konsulko.com>2016-04-25 15:10:39 -0400
commit3708e78c33b3853e300a6ded3113de90dacbc633 (patch)
tree9e7cb51e389f7379c3fec4ab397e4eb98182021f /arch/arm/include
parent2d9d057be6aaa410650b7ceecfcdb0aca4c24e31 (diff)
downloadtalos-obmc-uboot-3708e78c33b3853e300a6ded3113de90dacbc633.tar.gz
talos-obmc-uboot-3708e78c33b3853e300a6ded3113de90dacbc633.zip
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>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/omap_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h
index 2daa440432..d3e8417528 100644
--- a/arch/arm/include/asm/omap_common.h
+++ b/arch/arm/include/asm/omap_common.h
@@ -540,6 +540,8 @@ struct volts {
u32 addr;
struct volts_efuse_data efuse;
struct pmic_data *pmic;
+
+ u32 abb_tx_done_mask;
};
struct vcores_data {
OpenPOWER on IntegriCloud