summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2016-04-21 19:34:23 (GMT)
committerTom Rini <trini@konsulko.com>2016-04-25 19:10:39 (GMT)
commit3708e78c33b3853e300a6ded3113de90dacbc633 (patch)
tree9e7cb51e389f7379c3fec4ab397e4eb98182021f /board
parent2d9d057be6aaa410650b7ceecfcdb0aca4c24e31 (diff)
downloadu-boot-3708e78c33b3853e300a6ded3113de90dacbc633.tar.xz
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 'board')
-rw-r--r--board/ti/am57xx/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/am57xx/board.c b/board/ti/am57xx/board.c
index 1762089..2404eb5 100644
--- a/board/ti/am57xx/board.c
+++ b/board/ti/am57xx/board.c
@@ -221,6 +221,7 @@ struct vcores_data beagle_x15_volts = {
.mpu.efuse.reg_bits = DRA752_EFUSE_REGBITS,
.mpu.addr = TPS659038_REG_ADDR_SMPS12,
.mpu.pmic = &tps659038,
+ .mpu.abb_tx_done_mask = OMAP_ABB_MPU_TXDONE_MASK,
.eve.value = VDD_EVE_DRA752,
.eve.efuse.reg = STD_FUSE_OPP_VMIN_DSPEVE_NOM,