Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: renesas: r8a774b1: Add TMU clock

This patch adds the TMU clocks to the R8A774B1 SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Link: https://lore.kernel.org/r/1569249688-15821-1-git-send-email-biju.das@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Biju Das and committed by
Geert Uytterhoeven
56278c8f 0b9f1c2c

+5
+5
drivers/clk/renesas/r8a774b1-cpg-mssr.c
··· 110 110 }; 111 111 112 112 static const struct mssr_mod_clk r8a774b1_mod_clks[] __initconst = { 113 + DEF_MOD("tmu4", 121, R8A774B1_CLK_S0D6), 114 + DEF_MOD("tmu3", 122, R8A774B1_CLK_S3D2), 115 + DEF_MOD("tmu2", 123, R8A774B1_CLK_S3D2), 116 + DEF_MOD("tmu1", 124, R8A774B1_CLK_S3D2), 117 + DEF_MOD("tmu0", 125, R8A774B1_CLK_CP), 113 118 DEF_MOD("fdp1-0", 119, R8A774B1_CLK_S0D1), 114 119 DEF_MOD("scif5", 202, R8A774B1_CLK_S3D4), 115 120 DEF_MOD("scif4", 203, R8A774B1_CLK_S3D4),