aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2016-02-26 10:17:30 -0600
committerPraneeth Bajjuri2016-03-17 14:40:50 -0500
commit123a433acc383461b513cee46acc9a2d550c5a9b (patch)
tree5c9b9804b5aa1817e3072036e4e2e2bfe9022fc6
parent95c89fd75a7b925f27a9a5dbff36473b06e4b15c (diff)
downloadkernel-video-123a433acc383461b513cee46acc9a2d550c5a9b.tar.gz
kernel-video-123a433acc383461b513cee46acc9a2d550c5a9b.tar.xz
kernel-video-123a433acc383461b513cee46acc9a2d550c5a9b.zip
ARM: DRA722: OPP: reuse OPP information for Silicon Rev 2.0
Silicon Rev 2.0 variant of DRA722 reuses the same OPP information as Rev 1.0 Change-Id: I39a068d8d2146fc3a09c04fcba7421096eaaec7b Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--arch/arm/mach-omap2/opp7xx_data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/opp7xx_data.c b/arch/arm/mach-omap2/opp7xx_data.c
index 7e6d02489af..c268f956b96 100644
--- a/arch/arm/mach-omap2/opp7xx_data.c
+++ b/arch/arm/mach-omap2/opp7xx_data.c
@@ -66,6 +66,7 @@ int __init dra7xx_opp_init(void)
66 case DRA752_REV_ES1_1: 66 case DRA752_REV_ES1_1:
67 case DRA752_REV_ES2_0: 67 case DRA752_REV_ES2_0:
68 case DRA722_REV_ES1_0: 68 case DRA722_REV_ES1_0:
69 case DRA722_REV_ES2_0:
69 default: 70 default:
70 /* 71 /*
71 * First read speed reg to detect supported frequency 72 * First read speed reg to detect supported frequency