summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2016-04-21 14:34:22 -0500
committerTom Rini <trini@konsulko.com>2016-04-25 15:10:38 -0400
commit2d9d057be6aaa410650b7ceecfcdb0aca4c24e31 (patch)
treeede70b6f8c269c3bd2a4ad619c023ebfa87a6a15 /arch/arm/include
parent4eece2602b6f90e56b900c5ccd0620327c92f4b3 (diff)
downloadtalos-obmc-uboot-2d9d057be6aaa410650b7ceecfcdb0aca4c24e31.tar.gz
talos-obmc-uboot-2d9d057be6aaa410650b7ceecfcdb0aca4c24e31.zip
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>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/omap_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h
index 8c85f46db6..2daa440432 100644
--- a/arch/arm/include/asm/omap_common.h
+++ b/arch/arm/include/asm/omap_common.h
@@ -363,7 +363,6 @@ struct omap_sys_ctrl_regs {
u32 control_core_mac_id_0_hi;
u32 control_core_mac_id_1_lo;
u32 control_core_mac_id_1_hi;
- u32 control_std_fuse_opp_vdd_mpu_2;
u32 control_phy_power_usb;
u32 control_core_mmr_lock1;
u32 control_core_mmr_lock2;
OpenPOWER on IntegriCloud