summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0014-OMAP3-CLOCK-Add-capability-to-change-rate-of-dpll4_m.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0014-OMAP3-CLOCK-Add-capability-to-change-rate-of-dpll4_m.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0014-OMAP3-CLOCK-Add-capability-to-change-rate-of-dpll4_m.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0014-OMAP3-CLOCK-Add-capability-to-change-rate-of-dpll4_m.patch b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0014-OMAP3-CLOCK-Add-capability-to-change-rate-of-dpll4_m.patch
new file mode 100644
index 00000000..0b4df884
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0014-OMAP3-CLOCK-Add-capability-to-change-rate-of-dpll4_m.patch
@@ -0,0 +1,33 @@
1From 2841aa647058815680fe3ef969e7fda5e821016f Mon Sep 17 00:00:00 2001
2From: Sergio Aguirre <saaguirre@ti.com>
3Date: Thu, 4 Feb 2010 18:12:37 -0600
4Subject: [PATCH 14/75] OMAP3: CLOCK: Add capability to change rate of dpll4_m5_ck_3630
5
6Add necessary clk_sel definitions to clock framework to allow changing
7dpll4_m5_ck_3630 rate.
8
9Based on patch by Tuukka Toivonen <tuukka.o.toivonen@nokia.com> with subject:
10
11 OMAP3: CLOCK: Add capability to change rate of dpll4_m5_ck
12
13Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
14---
15 arch/arm/mach-omap2/clock34xx_data.c | 2 ++
16 1 files changed, 2 insertions(+), 0 deletions(-)
17
18diff --git a/arch/arm/mach-omap2/clock34xx_data.c b/arch/arm/mach-omap2/clock34xx_data.c
19index 89e2f61..8d101ef 100644
20--- a/arch/arm/mach-omap2/clock34xx_data.c
21+++ b/arch/arm/mach-omap2/clock34xx_data.c
22@@ -934,6 +934,8 @@ static struct clk dpll4_m5_ck_3630 __initdata = {
23 .clksel = div32_dpll4_clksel,
24 .clkdm_name = "dpll4_clkdm",
25 .recalc = &omap2_clksel_recalc,
26+ .set_rate = &omap2_clksel_set_rate,
27+ .round_rate = &omap2_clksel_round_rate,
28 };
29
30 /* The PWRDN bit is apparently only available on 3430ES2 and above */
31--
321.6.6.1
33