Skip to content

Commit 5ab1619

Browse files
shimodaygeertu
authored andcommitted
clk: renesas: r8a779g0: Add PCIe clocks
Add the PCIe module clocks, which are used by the PCIe modules on the Renesas R-Car V4H (R8A779G0) SoC. Note that the following descriptions in the hardware manual Rev.0.81 about the PCIe module clocks are incorrect: 9.2.1.7 Software Reset Register 6 (SRCR6) 9.2.1.12 Software Reset Register 11 (SRCR11) 9.2.3.7 Module Stop Control Register 6 (MSTPCR6) Please refer to Figures 104.3[ab] instead. Signed-off-by: Yoshihiro Shimoda <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent f154ef0 commit 5ab1619

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ static const struct mssr_mod_clk r8a779g0_mod_clks[] __initconst = {
192192
DEF_MOD("msi3", 621, R8A779G0_CLK_MSO),
193193
DEF_MOD("msi4", 622, R8A779G0_CLK_MSO),
194194
DEF_MOD("msi5", 623, R8A779G0_CLK_MSO),
195+
DEF_MOD("pciec0", 624, R8A779G0_CLK_S0D2_HSC),
196+
DEF_MOD("pscie1", 625, R8A779G0_CLK_S0D2_HSC),
195197
DEF_MOD("pwm", 628, R8A779G0_CLK_SASYNCPERD4),
196198
DEF_MOD("rpc-if", 629, R8A779G0_CLK_RPCD2),
197199
DEF_MOD("scif0", 702, R8A779G0_CLK_SASYNCPERD4),

0 commit comments

Comments
 (0)