diff options
author | Nishanth Menon <nm@ti.com> | 2017-08-04 21:42:08 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-13 15:17:35 -0400 |
commit | 5796b6665176f4a57fcfff8df02599a8c3e6ec61 (patch) | |
tree | 9bfa264daed0ba21b09ecc7da90a1e2e434b1863 /arch/arm/include/asm | |
parent | 010ad8c34a03ca610eb247acd931facf61d158db (diff) |
ARM: OMAP5: Remove OPP_LOW Definitions for ES2.0
ES2.0 descopes OPP_LOW definition. So remove it from macros defined.
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/arch-omap5/clock.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/arch-omap5/clock.h b/arch/arm/include/asm/arch-omap5/clock.h index 0c99bbdc93..dd05e8ba83 100644 --- a/arch/arm/include/asm/arch-omap5/clock.h +++ b/arch/arm/include/asm/arch-omap5/clock.h @@ -236,9 +236,6 @@ #define VDD_MPU_ES2_HIGH 1250 #define VDD_MM_ES2_OD 1120 -#define VDD_MPU_ES2_LOW 880 -#define VDD_MM_ES2_LOW 880 - /* DRA74x/75x/72x voltage settings in mv for OPP_NOM per DM */ #define VDD_MPU_DRA7_NOM 1150 #define VDD_CORE_DRA7_NOM 1150 |