Skip to content

Commit e46a1a9

Browse files
committed
clk: renesas: r8a779g0: Add EtherAVB clocks
Add the module clocks used by the Ethernet AVB (EtherAVB-IF) blocks on the Renesas R-Car V4H (R8A779G0) SoC. Based on a larger patch in the BSP by Kazuya Mizuguchi. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/e9382b0d9acc84acc2357a6921a1459f3a32240e.1662714852.git.geert+renesas@glider.be
1 parent 36ff366 commit e46a1a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ static const struct cpg_core_clk r8a779g0_core_clks[] __initconst = {
150150
};
151151

152152
static const struct mssr_mod_clk r8a779g0_mod_clks[] __initconst = {
153+
DEF_MOD("avb0", 211, R8A779G0_CLK_S0D4_HSC),
154+
DEF_MOD("avb1", 212, R8A779G0_CLK_S0D4_HSC),
155+
DEF_MOD("avb2", 213, R8A779G0_CLK_S0D4_HSC),
153156
DEF_MOD("hscif0", 514, R8A779G0_CLK_S0D3_PER),
154157
DEF_MOD("hscif1", 515, R8A779G0_CLK_S0D3_PER),
155158
DEF_MOD("hscif2", 516, R8A779G0_CLK_S0D3_PER),

0 commit comments

Comments
 (0)