diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2015-09-14 08:14:25 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-12-17 05:19:05 -0500 |
commit | 6441d314b4d898d871f21196fb5e6e4f82caedc7 (patch) | |
tree | 7fa6427dc77ac272347182a67d2d83e7b32a1af5 | |
parent | fa3d39bf25558262675334f26fada57bd75c4e2e (diff) |
sh: Remove sci_ick clock alias
The sh-sci driver falls back to the peripheral clock if the sci_ick
clock doesn't exist. There's thus no need to create an alias for the
peripheral clock named sci_ick.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r-- | arch/sh/kernel/cpu/clock-cpg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/clock-cpg.c b/arch/sh/kernel/cpu/clock-cpg.c index 8525a671266f..786c0769b4c3 100644 --- a/arch/sh/kernel/cpu/clock-cpg.c +++ b/arch/sh/kernel/cpu/clock-cpg.c | |||
@@ -63,7 +63,6 @@ int __init __deprecated cpg_clk_init(void) | |||
63 | clk_add_alias("fck", "sh-mtu2", "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); | 64 | clk_add_alias("fck", "sh-cmt-16.0", "peripheral_clk", NULL); |
65 | clk_add_alias("fck", "sh-cmt-32.0", "peripheral_clk", NULL); | 65 | clk_add_alias("fck", "sh-cmt-32.0", "peripheral_clk", NULL); |
66 | clk_add_alias("sci_ick", NULL, "peripheral_clk", NULL); | ||
67 | 66 | ||
68 | return ret; | 67 | return ret; |
69 | } | 68 | } |