aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap-2.6.37/dvfs/0001-omap3-add-support-for-720MHz-MPU-OPP.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-omap-2.6.37/dvfs/0001-omap3-add-support-for-720MHz-MPU-OPP.patch')
-rw-r--r--recipes/linux/linux-omap-2.6.37/dvfs/0001-omap3-add-support-for-720MHz-MPU-OPP.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/recipes/linux/linux-omap-2.6.37/dvfs/0001-omap3-add-support-for-720MHz-MPU-OPP.patch b/recipes/linux/linux-omap-2.6.37/dvfs/0001-omap3-add-support-for-720MHz-MPU-OPP.patch
deleted file mode 100644
index f9236394a7..0000000000
--- a/recipes/linux/linux-omap-2.6.37/dvfs/0001-omap3-add-support-for-720MHz-MPU-OPP.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From fe693a9d05c58aa7e5157f695b9af00688a2b91d Mon Sep 17 00:00:00 2001
-From: Koen Kooi <koen@dominion.thruhere.net>
-Date: Thu, 6 Jan 2011 13:05:55 +0100
-Subject: [PATCH 1/4] omap3: add support for 720MHz MPU OPP
-
-The 720MHz capability can be probed run-time by reading the
-PRODID.SKUID[3:0] at 0x4830A20C.
-
-Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
----
- arch/arm/mach-omap2/opp3xxx_data.c | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
-
-diff --git a/arch/arm/mach-omap2/opp3xxx_data.c b/arch/arm/mach-omap2/opp3xxx_data.c
-index fd3a1af..a861f5e 100644
---- a/arch/arm/mach-omap2/opp3xxx_data.c
-+++ b/arch/arm/mach-omap2/opp3xxx_data.c
-@@ -34,6 +34,8 @@ static struct omap_opp_def __initdata omap34xx_opp_def_list[] = {
- OPP_INITIALIZER("mpu", true, 550000000, 1270000),
- /* MPU OPP5 */
- OPP_INITIALIZER("mpu", true, 600000000, 1350000),
-+ /* MPU OPP6 */
-+ OPP_INITIALIZER("mpu", false, 720000000, 1350000),
-
- /*
- * L3 OPP1 - 41.5 MHz is disabled because: The voltage for that OPP is
-@@ -59,6 +61,8 @@ static struct omap_opp_def __initdata omap34xx_opp_def_list[] = {
- OPP_INITIALIZER("iva", true, 400000000, 1270000),
- /* DSP OPP5 */
- OPP_INITIALIZER("iva", true, 430000000, 1350000),
-+ /* DSP OPP6 */
-+ OPP_INITIALIZER("iva", false, 520000000, 1350000),
- };
-
- static struct omap_opp_def __initdata omap36xx_opp_def_list[] = {
---
-1.6.6.1
-