Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222886
b: refs/heads/master
c: 193006f
h: refs/heads/master
v: v3
  • Loading branch information
Vasiliy Kulikov authored and Paul Mundt committed Nov 29, 2010
1 parent 2df836b commit c0bb2d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4bd5d259e451d35380de2fcd1a3510ae22d000a3
refs/heads/master: 193006f7e3b1abd42d7a3677b54fa2996461a842
4 changes: 2 additions & 2 deletions trunk/arch/sh/boards/mach-se/7724/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -871,14 +871,14 @@ static int __init devices_setup(void)

/* set SPU2 clock to 83.4 MHz */
clk = clk_get(NULL, "spu_clk");
if (clk) {
if (!IS_ERR(clk)) {
clk_set_rate(clk, clk_round_rate(clk, 83333333));
clk_put(clk);
}

/* change parent of FSI A */
clk = clk_get(NULL, "fsia_clk");
if (clk) {
if (!IS_ERR(clk)) {
clk_register(&fsimcka_clk);
clk_set_parent(clk, &fsimcka_clk);
clk_set_rate(clk, 11000);
Expand Down

0 comments on commit c0bb2d4

Please sign in to comment.