]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: DRA7: Define common macros for efuse register offsets
authorAnna, Suman <s-anna@ti.com>
Mon, 23 May 2016 18:32:15 +0000 (13:32 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 3 Jun 2016 01:42:16 +0000 (21:42 -0400)
commit27c9596f680ecea01beb52181da72b7d7fab0d8c
treeab6f02d0130cb8485b8d5edf87dfca506517d883
parent36080228edfdad69299bb6cc2a59ceb17190fcec
ARM: DRA7: Define common macros for efuse register offsets

Define a set of common macros for the efuse register offsets
(different for each OPP) that are used to get the AVS Class 0
voltage values and ABB configuration values. Assign these
common macros to the register offsets for OPP_NOM by default
for all voltage domains. These common macros can then be
redefined properly to point to the OPP specific efuse register
offset based on the desired OPP to program a specific voltage
domain.

Signed-off-by: Suman Anna <s-anna@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/cpu/armv7/omap5/hw_data.c
arch/arm/include/asm/arch-omap5/clock.h
board/ti/am57xx/board.c