aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2013-08-09 16:47:54 -0500
committerPraneeth Bajjuri2013-08-09 17:01:49 -0500
commit7277c961ec4c2b08eaace2c148387e8b51abbfe1 (patch)
tree755ea3ad4c3a2eacb3a902ee7199e12769531f65
parent64bc43287b9e3ec62e514f7f66e747b9da6b7f6e (diff)
downloadkernel-audio-7277c961ec4c2b08eaace2c148387e8b51abbfe1.tar.gz
kernel-audio-7277c961ec4c2b08eaace2c148387e8b51abbfe1.tar.xz
kernel-audio-7277c961ec4c2b08eaace2c148387e8b51abbfe1.zip
ARM: dts: dra7: Enable OPP_OD 1.5Ghz
OPP_OD Can be enabled on trimmed and poly fixed DRA7xx samples. to identify poly-fixed trim samples: [dieID: 0x4AE0C20C], [FT_Rev bits 15:8] >= 5. This enables 1.5 Ghz for dra7xxx mpu. Change-Id: If92bff1889de54cf51bedde3ebe8f1c9b17a7657 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--arch/arm/boot/dts/dra7.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 3a664c3ed54c..1d6c4c56f6b7 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -28,8 +28,11 @@
28 operating-points = < 28 operating-points = <
29 /* kHz uV */ 29 /* kHz uV */
30 /* The OPP_HIGH Only for DVFS enabled Samples */ 30 /* The OPP_HIGH Only for DVFS enabled Samples */
31 /* OPP_OD need to be enabled only for Refreshed poly fixed Samples */
32 /* dieID reg: 0x4AE0C20C FT_Rev bits[15:8] should be 5 or more to enable OPP_OD */
31 1000000 1090000 33 1000000 1090000
32 1176000 1210000 34 1176000 1210000
35 1500000 1280000
33 >; 36 >;
34 clocks = <&dpll_mpu_ck>; 37 clocks = <&dpll_mpu_ck>;
35 clock-names = "cpu"; 38 clock-names = "cpu";