diff options
Diffstat (limited to 'arch/arm/mach-omap2/clock2420_data.c')
-rw-r--r-- | arch/arm/mach-omap2/clock2420_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock2420_data.c b/arch/arm/mach-omap2/clock2420_data.c index 693a0a84c33d..fd5ba90188be 100644 --- a/arch/arm/mach-omap2/clock2420_data.c +++ b/arch/arm/mach-omap2/clock2420_data.c | |||
@@ -55,7 +55,7 @@ | |||
55 | static struct clk func_32k_ck = { | 55 | static struct clk func_32k_ck = { |
56 | .name = "func_32k_ck", | 56 | .name = "func_32k_ck", |
57 | .ops = &clkops_null, | 57 | .ops = &clkops_null, |
58 | .rate = 32000, | 58 | .rate = 32768, |
59 | .clkdm_name = "wkup_clkdm", | 59 | .clkdm_name = "wkup_clkdm", |
60 | }; | 60 | }; |
61 | 61 | ||