summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-3.0/beagle/0005-omap3-Add-basic-support-for-720MHz-part.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-3.0/beagle/0005-omap3-Add-basic-support-for-720MHz-part.patch')
-rw-r--r--recipes-kernel/linux/linux-3.0/beagle/0005-omap3-Add-basic-support-for-720MHz-part.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes-kernel/linux/linux-3.0/beagle/0005-omap3-Add-basic-support-for-720MHz-part.patch b/recipes-kernel/linux/linux-3.0/beagle/0005-omap3-Add-basic-support-for-720MHz-part.patch
index 2ba85459..6930b6dc 100644
--- a/recipes-kernel/linux/linux-3.0/beagle/0005-omap3-Add-basic-support-for-720MHz-part.patch
+++ b/recipes-kernel/linux/linux-3.0/beagle/0005-omap3-Add-basic-support-for-720MHz-part.patch
@@ -1,4 +1,4 @@
1From 9e22c7b5124240e43d840312687c7204436c3010 Mon Sep 17 00:00:00 2001 1From f0a23fe6d3c8fc9bbb60a962114b64b923ca4515 Mon Sep 17 00:00:00 2001
2From: Sanjeev Premi <premi@ti.com> 2From: Sanjeev Premi <premi@ti.com>
3Date: Tue, 18 Jan 2011 13:19:55 +0530 3Date: Tue, 18 Jan 2011 13:19:55 +0530
4Subject: [PATCH 05/10] omap3: Add basic support for 720MHz part 4Subject: [PATCH 05/10] omap3: Add basic support for 720MHz part
@@ -72,7 +72,7 @@ index 2537090..b6ed78a 100644
72 printk(")\n"); 72 printk(")\n");
73 } 73 }
74diff --git a/arch/arm/mach-omap2/opp3xxx_data.c b/arch/arm/mach-omap2/opp3xxx_data.c 74diff --git a/arch/arm/mach-omap2/opp3xxx_data.c b/arch/arm/mach-omap2/opp3xxx_data.c
75index 12fc2da..6906992 100644 75index d95f3f9..44fbc84 100644
76--- a/arch/arm/mach-omap2/opp3xxx_data.c 76--- a/arch/arm/mach-omap2/opp3xxx_data.c
77+++ b/arch/arm/mach-omap2/opp3xxx_data.c 77+++ b/arch/arm/mach-omap2/opp3xxx_data.c
78@@ -18,8 +18,10 @@ 78@@ -18,8 +18,10 @@
@@ -86,7 +86,7 @@ index 12fc2da..6906992 100644
86 86
87 #include "control.h" 87 #include "control.h"
88 #include "omap_opp_data.h" 88 #include "omap_opp_data.h"
89@@ -99,6 +101,8 @@ static struct omap_opp_def __initdata omap34xx_opp_def_list[] = { 89@@ -98,6 +100,8 @@ static struct omap_opp_def __initdata omap34xx_opp_def_list[] = {
90 OPP_INITIALIZER("mpu", true, 550000000, OMAP3430_VDD_MPU_OPP4_UV), 90 OPP_INITIALIZER("mpu", true, 550000000, OMAP3430_VDD_MPU_OPP4_UV),
91 /* MPU OPP5 */ 91 /* MPU OPP5 */
92 OPP_INITIALIZER("mpu", true, 600000000, OMAP3430_VDD_MPU_OPP5_UV), 92 OPP_INITIALIZER("mpu", true, 600000000, OMAP3430_VDD_MPU_OPP5_UV),
@@ -95,7 +95,7 @@ index 12fc2da..6906992 100644
95 95
96 /* 96 /*
97 * L3 OPP1 - 41.5 MHz is disabled because: The voltage for that OPP is 97 * L3 OPP1 - 41.5 MHz is disabled because: The voltage for that OPP is
98@@ -124,6 +128,8 @@ static struct omap_opp_def __initdata omap34xx_opp_def_list[] = { 98@@ -123,6 +127,8 @@ static struct omap_opp_def __initdata omap34xx_opp_def_list[] = {
99 OPP_INITIALIZER("iva", true, 400000000, OMAP3430_VDD_MPU_OPP4_UV), 99 OPP_INITIALIZER("iva", true, 400000000, OMAP3430_VDD_MPU_OPP4_UV),
100 /* DSP OPP5 */ 100 /* DSP OPP5 */
101 OPP_INITIALIZER("iva", true, 430000000, OMAP3430_VDD_MPU_OPP5_UV), 101 OPP_INITIALIZER("iva", true, 430000000, OMAP3430_VDD_MPU_OPP5_UV),
@@ -104,7 +104,7 @@ index 12fc2da..6906992 100644
104 }; 104 };
105 105
106 static struct omap_opp_def __initdata omap36xx_opp_def_list[] = { 106 static struct omap_opp_def __initdata omap36xx_opp_def_list[] = {
107@@ -151,6 +157,57 @@ static struct omap_opp_def __initdata omap36xx_opp_def_list[] = { 107@@ -150,6 +156,57 @@ static struct omap_opp_def __initdata omap36xx_opp_def_list[] = {
108 OPP_INITIALIZER("iva", false, 800000000, OMAP3630_VDD_MPU_OPP1G_UV), 108 OPP_INITIALIZER("iva", false, 800000000, OMAP3630_VDD_MPU_OPP1G_UV),
109 }; 109 };
110 110
@@ -162,7 +162,7 @@ index 12fc2da..6906992 100644
162 /** 162 /**
163 * omap3_opp_init() - initialize omap3 opp table 163 * omap3_opp_init() - initialize omap3 opp table
164 */ 164 */
165@@ -164,10 +221,14 @@ int __init omap3_opp_init(void) 165@@ -163,10 +220,14 @@ int __init omap3_opp_init(void)
166 if (cpu_is_omap3630()) 166 if (cpu_is_omap3630())
167 r = omap_init_opp_table(omap36xx_opp_def_list, 167 r = omap_init_opp_table(omap36xx_opp_def_list,
168 ARRAY_SIZE(omap36xx_opp_def_list)); 168 ARRAY_SIZE(omap36xx_opp_def_list));
@@ -198,5 +198,5 @@ index 8198bb6..5204c1e 100644
198 198
199 #endif 199 #endif
200-- 200--
2011.6.6.1 2011.7.2.5
202 202