diff options
Diffstat (limited to 'arch/sh/kernel/cpu/clock-cpg.c')
-rw-r--r-- | arch/sh/kernel/cpu/clock-cpg.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/sh/kernel/cpu/clock-cpg.c b/arch/sh/kernel/cpu/clock-cpg.c index f59b1f30d44b..8525a671266f 100644 --- a/arch/sh/kernel/cpu/clock-cpg.c +++ b/arch/sh/kernel/cpu/clock-cpg.c | |||
@@ -56,9 +56,13 @@ int __init __deprecated cpg_clk_init(void) | |||
56 | 56 | ||
57 | clkdev_add_table(lookups, ARRAY_SIZE(lookups)); | 57 | clkdev_add_table(lookups, ARRAY_SIZE(lookups)); |
58 | 58 | ||
59 | clk_add_alias("tmu_fck", NULL, "peripheral_clk", NULL); | 59 | clk_add_alias("fck", "sh-tmu-sh3.0", "peripheral_clk", NULL); |
60 | clk_add_alias("mtu2_fck", NULL, "peripheral_clk", NULL); | 60 | clk_add_alias("fck", "sh-tmu.0", "peripheral_clk", NULL); |
61 | clk_add_alias("cmt_fck", NULL, "peripheral_clk", NULL); | 61 | clk_add_alias("fck", "sh-tmu.1", "peripheral_clk", NULL); |
62 | clk_add_alias("fck", "sh-tmu.2", "peripheral_clk", NULL); | ||
63 | clk_add_alias("fck", "sh-mtu2", "peripheral_clk", NULL); | ||
64 | clk_add_alias("fck", "sh-cmt-16.0", "peripheral_clk", NULL); | ||
65 | clk_add_alias("fck", "sh-cmt-32.0", "peripheral_clk", NULL); | ||
62 | clk_add_alias("sci_ick", NULL, "peripheral_clk", NULL); | 66 | clk_add_alias("sci_ick", NULL, "peripheral_clk", NULL); |
63 | 67 | ||
64 | return ret; | 68 | return ret; |