Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5fad71f5 authored by Bui Duc Phuc's avatar Bui Duc Phuc Committed by Geert Uytterhoeven
Browse files

clk: renesas: r8a7796: Add CMT clocks



This patch adds CMT module clocks for r8a7796 SoC.

Signed-off-by: default avatarBui Duc Phuc <bd-phuc@jinso.co.jp>
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 591d7b14
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -109,6 +109,10 @@ static const struct cpg_core_clk r8a7796_core_clks[] __initconst = {
};
};


static const struct mssr_mod_clk r8a7796_mod_clks[] __initconst = {
static const struct mssr_mod_clk r8a7796_mod_clks[] __initconst = {
	DEF_MOD("cmt3",			 300,	R8A7796_CLK_R),
	DEF_MOD("cmt2",			 301,	R8A7796_CLK_R),
	DEF_MOD("cmt1",			 302,	R8A7796_CLK_R),
	DEF_MOD("cmt0",			 303,	R8A7796_CLK_R),
	DEF_MOD("scif2",		 310,	R8A7796_CLK_S3D4),
	DEF_MOD("scif2",		 310,	R8A7796_CLK_S3D4),
	DEF_MOD("sdif3",		 311,	R8A7796_CLK_SD3),
	DEF_MOD("sdif3",		 311,	R8A7796_CLK_SD3),
	DEF_MOD("sdif2",		 312,	R8A7796_CLK_SD2),
	DEF_MOD("sdif2",		 312,	R8A7796_CLK_SD2),