]> git.sur5r.net Git - u-boot/commit
ARM: OMAP5/DRA7: Get rid of control_std_fuse_opp_vdd_mpu_2
authorNishanth Menon <nm@ti.com>
Thu, 21 Apr 2016 19:34:22 +0000 (14:34 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2016 19:10:38 +0000 (15:10 -0400)
commit2d9d057be6aaa410650b7ceecfcdb0aca4c24e31
treeede70b6f8c269c3bd2a4ad619c023ebfa87a6a15
parent4eece2602b6f90e56b900c5ccd0620327c92f4b3
ARM: OMAP5/DRA7: Get rid of control_std_fuse_opp_vdd_mpu_2

This information is already available under vcores->volts.efuse.reg.
There is no reason for duplicating the information since AVS Class 0
definitions are common for OMAP5 and DRA7 and defined with
STD_FUSE_OPP_* macros. This allows a central location of defining
the ABB and voltage definitions especially since they are reused.

This also makes it simpler to prevent mistakes involved when changing
the boot OPP for the device.

Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm/cpu/armv7/omap-common/clocks-common.c
arch/arm/cpu/armv7/omap5/prcm-regs.c
arch/arm/include/asm/omap_common.h