Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370165
b: refs/heads/master
c: da91b89
h: refs/heads/master
i:
  370163: e2101c3
v: v3
  • Loading branch information
Vaibhav Hiremath authored and Paul Walmsley committed Apr 1, 2013
1 parent 6d9e120 commit 1afaa37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05cf03b6eb7f791ad70b1540df2c39b54d428258
refs/heads/master: da91b89eb76d4ecddcfc7fca3b8422891eb5e62e
8 changes: 8 additions & 0 deletions trunk/arch/arm/mach-omap2/cclock33xx_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,14 @@ int __init am33xx_clk_init(void)

clk_set_parent(&timer3_fck, &sys_clkin_ck);
clk_set_parent(&timer6_fck, &sys_clkin_ck);
/*
* The On-Chip 32K RC Osc clock is not an accurate clock-source as per
* the design/spec, so as a result, for example, timer which supposed
* to get expired @60Sec, but will expire somewhere ~@40Sec, which is
* not expected by any use-case, so change WDT1 clock source to PRCM
* 32KHz clock.
*/
clk_set_parent(&wdt1_fck, &clkdiv32k_ick);

return 0;
}

0 comments on commit 1afaa37

Please sign in to comment.