Skip to content

Commit b7f64ea

Browse files
shimodaygeertu
authored andcommitted
clk: renesas: r8a779f0: Add PCIe clocks
Add the module clocks used by the PCIe controllers on the Renesas R-Car S4-8 (R8A779F0) SoC. Signed-off-by: Yoshihiro Shimoda <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent d5c1087 commit b7f64ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ static const struct mssr_mod_clk r8a779f0_mod_clks[] __initconst = {
126126
DEF_MOD("i2c3", 521, R8A779F0_CLK_S0D6_PER),
127127
DEF_MOD("i2c4", 522, R8A779F0_CLK_S0D6_PER),
128128
DEF_MOD("i2c5", 523, R8A779F0_CLK_S0D6_PER),
129+
DEF_MOD("pcie0", 624, R8A779F0_CLK_S0D2),
130+
DEF_MOD("pcie1", 625, R8A779F0_CLK_S0D2),
129131
DEF_MOD("scif0", 702, R8A779F0_CLK_S0D12_PER),
130132
DEF_MOD("scif1", 703, R8A779F0_CLK_S0D12_PER),
131133
DEF_MOD("scif3", 704, R8A779F0_CLK_S0D12_PER),

0 commit comments

Comments
 (0)