]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
clk: renesas: r8a774c0: Add TMU clock
authorBiju Das <biju.das@bp.renesas.com>
Mon, 4 Feb 2019 09:20:05 +0000 (09:20 +0000)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 5 Feb 2019 09:40:05 +0000 (10:40 +0100)
This patch adds the TMU clocks to the R8A774C0 SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/clk/renesas/r8a774c0-cpg-mssr.c

index 4f3111b3113ecce80e355cd2206cec0138d39620..aeadb4d66f3e2fefe7a30e8da9fe08340ea63e0a 100644 (file)
@@ -122,6 +122,11 @@ static const struct cpg_core_clk r8a774c0_core_clks[] __initconst = {
 };
 
 static const struct mssr_mod_clk r8a774c0_mod_clks[] __initconst = {
+       DEF_MOD("tmu4",                  121,   R8A774C0_CLK_S0D6C),
+       DEF_MOD("tmu3",                  122,   R8A774C0_CLK_S3D2C),
+       DEF_MOD("tmu2",                  123,   R8A774C0_CLK_S3D2C),
+       DEF_MOD("tmu1",                  124,   R8A774C0_CLK_S3D2C),
+       DEF_MOD("tmu0",                  125,   R8A774C0_CLK_CP),
        DEF_MOD("scif5",                 202,   R8A774C0_CLK_S3D4C),
        DEF_MOD("scif4",                 203,   R8A774C0_CLK_S3D4C),
        DEF_MOD("scif3",                 204,   R8A774C0_CLK_S3D4C),