summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap5
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2014-01-14 12:27:29 -0600
committerTom Rini <trini@ti.com>2014-01-24 11:41:17 -0500
commit194dd74ad919e57026f385aaab7f89acf7ea79ef (patch)
tree48b2fc010a5c9165ec11e4759f7d29cf78ebee9e /arch/arm/include/asm/arch-omap5
parent3ac8c0bf65759a1725e5dfc24a6e0214d6b37a4a (diff)
downloadtalos-obmc-uboot-194dd74ad919e57026f385aaab7f89acf7ea79ef.tar.gz
talos-obmc-uboot-194dd74ad919e57026f385aaab7f89acf7ea79ef.zip
DRA7: add ABB setup for MPU voltage domain
Patch adds modification to shared omap5 abb_setup() function, and proper registers definitions needed for ABB setup sequence. ABB is initialized for MPU voltage domain at OPP_NOM. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap5')
-rw-r--r--arch/arm/include/asm/arch-omap5/omap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap5/omap.h b/arch/arm/include/asm/arch-omap5/omap.h
index 34f6fc5f35..19fdecec01 100644
--- a/arch/arm/include/asm/arch-omap5/omap.h
+++ b/arch/arm/include/asm/arch-omap5/omap.h
@@ -205,6 +205,8 @@ struct s32ktimer {
/* ABB efuse masks */
#define OMAP5_ABB_FUSE_VSET_MASK (0x1F << 24)
#define OMAP5_ABB_FUSE_ENABLE_MASK (0x1 << 29)
+#define DRA7_ABB_FUSE_VSET_MASK (0x1F << 20)
+#define DRA7_ABB_FUSE_ENABLE_MASK (0x1 << 25)
#define OMAP5_ABB_LDOVBBMPU_MUX_CTRL_MASK (0x1 << 10)
#define OMAP5_ABB_LDOVBBMPU_VSET_OUT_MASK (0x1f << 0)
OpenPOWER on IntegriCloud