]> git.karo-electronics.de Git - linux-beck.git/commitdiff
sh: Remove sci_ick clock alias
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 14 Sep 2015 12:14:25 +0000 (15:14 +0300)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 17 Dec 2015 10:19:05 +0000 (11:19 +0100)
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>
arch/sh/kernel/cpu/clock-cpg.c

index 8525a671266fe1491edbd383a6bedd542152ecae..786c0769b4c393b586822649830e5a00f796e1ab 100644 (file)
@@ -63,7 +63,6 @@ int __init __deprecated cpg_clk_init(void)
        clk_add_alias("fck", "sh-mtu2", "peripheral_clk", NULL);
        clk_add_alias("fck", "sh-cmt-16.0", "peripheral_clk", NULL);
        clk_add_alias("fck", "sh-cmt-32.0", "peripheral_clk", NULL);
-       clk_add_alias("sci_ick", NULL, "peripheral_clk", NULL);
 
        return ret;
 }