Skip to content

Commit e89ea92

Browse files
CongDanggeertu
authored andcommitted
clk: renesas: r8a779h0: Add EtherAVB clocks
Add the module clocks used by the Ethernet AVB (EtherAVB-IF) blocks on the Renesas R-Car V4M (R8A779H0) SoC. Signed-off-by: Cong Dang <[email protected]> Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/a5b4252d9822ded3fd523bc35417306cae2ec2bd.1707661303.git.geert+renesas@glider.be
1 parent 46fb5dd commit e89ea92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ static const struct cpg_core_clk r8a779h0_core_clks[] = {
173173
};
174174

175175
static const struct mssr_mod_clk r8a779h0_mod_clks[] = {
176+
DEF_MOD("avb0:rgmii0", 211, R8A779H0_CLK_S0D8_HSC),
177+
DEF_MOD("avb1:rgmii1", 212, R8A779H0_CLK_S0D8_HSC),
178+
DEF_MOD("avb2:rgmii2", 213, R8A779H0_CLK_S0D8_HSC),
176179
DEF_MOD("hscif0", 514, R8A779H0_CLK_SASYNCPERD1),
177180
DEF_MOD("hscif1", 515, R8A779H0_CLK_SASYNCPERD1),
178181
DEF_MOD("hscif2", 516, R8A779H0_CLK_SASYNCPERD1),

0 commit comments

Comments
 (0)