summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>2016-02-25 12:05:26 -0500
committerGeert Uytterhoeven <geert+renesas@glider.be>2016-02-26 06:04:30 -0500
commita080c8c346d650c84adfd5ff16ac2160b646d73e (patch)
tree5cbd24f260b88af4af7fcaab65171bd12a043902
parent7e00d63199f580bd58cf40f4d48787d0cdd983c0 (diff)
clk: shmobile: r8a7795: Add CAN FD peripheral clock
Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r--drivers/clk/shmobile/r8a7795-cpg-mssr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/shmobile/r8a7795-cpg-mssr.c b/drivers/clk/shmobile/r8a7795-cpg-mssr.c
index 26af939eb25b..b2198aef5ed4 100644
--- a/drivers/clk/shmobile/r8a7795-cpg-mssr.c
+++ b/drivers/clk/shmobile/r8a7795-cpg-mssr.c
@@ -193,6 +193,7 @@ static const struct mssr_mod_clk r8a7795_mod_clks[] __initconst = {
193 DEF_MOD("gpio2", 910, R8A7795_CLK_CP), 193 DEF_MOD("gpio2", 910, R8A7795_CLK_CP),
194 DEF_MOD("gpio1", 911, R8A7795_CLK_CP), 194 DEF_MOD("gpio1", 911, R8A7795_CLK_CP),
195 DEF_MOD("gpio0", 912, R8A7795_CLK_CP), 195 DEF_MOD("gpio0", 912, R8A7795_CLK_CP),
196 DEF_MOD("can-fd", 914, R8A7795_CLK_S3D2),
196 DEF_MOD("can-if1", 915, R8A7795_CLK_S3D4), 197 DEF_MOD("can-if1", 915, R8A7795_CLK_S3D4),
197 DEF_MOD("can-if0", 916, R8A7795_CLK_S3D4), 198 DEF_MOD("can-if0", 916, R8A7795_CLK_S3D4),
198 DEF_MOD("i2c6", 918, R8A7795_CLK_S3D2), 199 DEF_MOD("i2c6", 918, R8A7795_CLK_S3D2),