Skip to content

Commit

Permalink
clk: shmobile: r8a7795: Add CANFD clock
Browse files Browse the repository at this point in the history
Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
  • Loading branch information
Ramesh Shanmugasundaram authored and Geert Uytterhoeven committed Feb 26, 2016
1 parent 11c6fb7 commit 7e00d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/shmobile/r8a7795-cpg-mssr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 7e00d63

Please sign in to comment.