Skip to content

Commit 36ff366

Browse files
committed
clk: renesas: r8a779g0: Add PFC/GPIO clocks
Add the module clocks used by the Pin Function Controller (PFC) and General Purpose Input/Output (GPIO) blocks on the Renesas R-Car V4H (R8A779G0) SoC. Extracted from a larger patch in the BSP by Kazuya Mizuguchi. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/cc6a22f0ad49643e17b9921b27aa9cf0a3b8d57a.1662714852.git.geert+renesas@glider.be
1 parent e90eba2 commit 36ff366

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/clk/renesas/r8a779g0-cpg-mssr.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ static const struct mssr_mod_clk r8a779g0_mod_clks[] __initconst = {
161161
DEF_MOD("i2c4", 522, R8A779G0_CLK_S0D6_PER),
162162
DEF_MOD("i2c5", 523, R8A779G0_CLK_S0D6_PER),
163163
DEF_MOD("wdt1:wdt0", 907, R8A779G0_CLK_R),
164+
DEF_MOD("pfc0", 915, R8A779G0_CLK_CL16M),
165+
DEF_MOD("pfc1", 916, R8A779G0_CLK_CL16M),
166+
DEF_MOD("pfc2", 917, R8A779G0_CLK_CL16M),
167+
DEF_MOD("pfc3", 918, R8A779G0_CLK_CL16M),
164168
};
165169

166170
/*

0 commit comments

Comments
 (0)