Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281798
b: refs/heads/master
c: b07fed4
h: refs/heads/master
v: v3
  • Loading branch information
Dong Aisheng authored and Shawn Guo committed Dec 2, 2011
1 parent 020923c commit 71a383f
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 4c0174c52010435e6e0158500033868dc404f014
refs/heads/master: b07fed455c883f07f8e847f5b0d79975b4dc8e7a
9 changes: 9 additions & 0 deletions trunk/arch/arm/mach-mxs/clock-mx28.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,15 @@ int __init mx28_clocks_init(void)
clk_set_parent(&saif0_clk, &pll0_clk);
clk_set_parent(&saif1_clk, &pll0_clk);

/*
* Set an initial clock rate for the saif internal logic to work
* properly. This is important when working in EXTMASTER mode that
* uses the other saif's BITCLK&LRCLK but it still needs a basic
* clock which should be fast enough for the internal logic.
*/
clk_set_rate(&saif0_clk, 24000000);
clk_set_rate(&saif1_clk, 24000000);

clkdev_add_table(lookups, ARRAY_SIZE(lookups));

mxs_timer_init(&clk32k_clk, MX28_INT_TIMER0);
Expand Down

0 comments on commit 71a383f

Please sign in to comment.