summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/omap5/hw_data.c
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2016-04-21 14:34:24 -0500
committerTom Rini <trini@konsulko.com>2016-04-25 15:10:40 -0400
commita818097a330e73795dc0e783fbb67c5ec86b657f (patch)
treef4e59ae88b4624f9edc8e1229a2b386f6caff013 /arch/arm/cpu/armv7/omap5/hw_data.c
parent3708e78c33b3853e300a6ded3113de90dacbc633 (diff)
downloadtalos-obmc-uboot-a818097a330e73795dc0e783fbb67c5ec86b657f.tar.gz
talos-obmc-uboot-a818097a330e73795dc0e783fbb67c5ec86b657f.zip
ARM: OMAP5: Enable ABB configuration for MM voltage domain
Since we setup the voltage and frequency for the MM domain, we *must* setup the ABB configuration needed for the domain as well. If we do not do this, kernel configuring just the frequency using the default boot loader configured voltage can fail on many corner lot units. Reported-by: Richard Woodruff <r-woodruff2@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap5/hw_data.c')
-rw-r--r--arch/arm/cpu/armv7/omap5/hw_data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c
index a4b31e42e2..dfb1df6bce 100644
--- a/arch/arm/cpu/armv7/omap5/hw_data.c
+++ b/arch/arm/cpu/armv7/omap5/hw_data.c
@@ -361,6 +361,7 @@ struct vcores_data omap5430_volts_es2 = {
.mm.value = VDD_MM_ES2,
.mm.addr = SMPS_REG_ADDR_45_IVA,
.mm.pmic = &palmas,
+ .mm.abb_tx_done_mask = OMAP_ABB_MM_TXDONE_MASK,
};
struct vcores_data dra752_volts = {
OpenPOWER on IntegriCloud