]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
clk: shmobile: r8a7795: Add CANFD clock
authorRamesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
Thu, 25 Feb 2016 17:05:25 +0000 (17:05 +0000)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 26 Feb 2016 11:04:30 +0000 (12:04 +0100)
Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/clk/shmobile/r8a7795-cpg-mssr.c

index 958043e7bbacad3c897c39eeccf2dbad8dcf6938..26af939eb25bb1a63474fcea52e8dd0160e6b44e 100644 (file)
@@ -112,6 +112,7 @@ static const struct cpg_core_clk r8a7795_core_clks[] __initconst = {
 
        DEF_DIV6P1("mso",       R8A7795_CLK_MSO,   CLK_PLL1_DIV4, 0x014),
        DEF_DIV6P1("hdmi",      R8A7795_CLK_HDMI,  CLK_PLL1_DIV2, 0x250),
+       DEF_DIV6P1("canfd",     R8A7795_CLK_CANFD, CLK_PLL1_DIV4, 0x244),
 };
 
 static const struct mssr_mod_clk r8a7795_mod_clks[] __initconst = {