Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191601
b: refs/heads/master
c: 0776d60
h: refs/heads/master
i:
  191599: c7e868a
v: v3
  • Loading branch information
Paul Mundt committed Mar 29, 2010
1 parent 22dbfea commit e011c54
Show file tree
Hide file tree
Showing 2 changed files with 6 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: c55fbdd3f97a468d51cbdb03bb7c9c7287fbda2f
refs/heads/master: 0776d602abe61871d27accd8e3bcb225a96f4a9f
5 changes: 5 additions & 0 deletions trunk/arch/sh/kernel/cpu/clock-cpg.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,11 @@ int __init __deprecated cpg_clk_init(void)
ret |= clk_register(clk);
}

clk_add_alias("tmu_fck", NULL, "peripheral_clk", NULL);
clk_add_alias("mtu2_fck", NULL, "peripheral_clk", NULL);
clk_add_alias("cmt_fck", NULL, "peripheral_clk", NULL);
clk_add_alias("sci_ick", NULL, "peripheral_clk", NULL);

return ret;
}

Expand Down

0 comments on commit e011c54

Please sign in to comment.