diff mbox series

[1/2] ARM: OMAP5: Remove OPP_LOW Definitions for ES2.0

Message ID 20170805024209.3703-2-nm@ti.com
State Accepted
Commit 5796b6665176f4a57fcfff8df02599a8c3e6ec61
Headers show
Series ARM: OMAP5: Add AVS support for ES2.0 | expand

Commit Message

Nishanth Menon Aug. 5, 2017, 2:42 a.m. UTC
ES2.0 descopes OPP_LOW definition. So remove it from macros defined.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 arch/arm/include/asm/arch-omap5/clock.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Lokesh Vutla Aug. 7, 2017, 3:42 a.m. UTC | #1
On 8/5/2017 8:12 AM, Nishanth Menon wrote:
> ES2.0 descopes OPP_LOW definition. So remove it from macros defined.

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh
Tom Rini Aug. 14, 2017, 12:08 a.m. UTC | #2
On Fri, Aug 04, 2017 at 09:42:08PM -0500, Nishanth Menon wrote:

> 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>


Applied to u-boot/master, thanks!

-- 
Tom
diff mbox series

Patch

diff --git a/arch/arm/include/asm/arch-omap5/clock.h b/arch/arm/include/asm/arch-omap5/clock.h
index 0c99bbdc9320..dd05e8ba8317 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