]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/arm/include/asm/arch-omap5/clock.h
ARM: DRA7: Consolidate voltage macros across different SoCs
authorAnna, Suman <s-anna@ti.com>
Mon, 23 May 2016 18:32:16 +0000 (13:32 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 3 Jun 2016 01:42:17 +0000 (21:42 -0400)
commite42523f54434119609744a62dcc9173b3a50dc29
tree815372d3028fdf83a3cb13d98abb37bfe81a3d71
parent27c9596f680ecea01beb52181da72b7d7fab0d8c
ARM: DRA7: Consolidate voltage macros across different SoCs

The voltage values for each voltage domain at an OPP is identical
across all the SoCs in the DRA7 family. The current code defines
one set of macros for DRA75x/DRA74x SoCs and another set for DRA72x
macros. Consolidate both these sets into a single set.

This is done so as to minimize the number of macros used when voltage
values will be added for other OPPs as well.

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