Skip to content

Commit 0963111

Browse files
committed
clk: renesas: r8a779g0: Fix PCIe clock name
Fix a typo in the name of the module clock for the second PCIe channel. Fixes: 5ab1619 ("clk: renesas: r8a779g0: Add PCIe clocks") Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Wolfram Sang <[email protected]> Link: https://lore.kernel.org/r/f582067564f357e2183d3db67b217084ecb51888.1706608032.git.geert+renesas@glider.be
1 parent f077cab commit 0963111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ static const struct mssr_mod_clk r8a779g0_mod_clks[] __initconst = {
193193
DEF_MOD("msi4", 622, R8A779G0_CLK_MSO),
194194
DEF_MOD("msi5", 623, R8A779G0_CLK_MSO),
195195
DEF_MOD("pciec0", 624, R8A779G0_CLK_S0D2_HSC),
196-
DEF_MOD("pscie1", 625, R8A779G0_CLK_S0D2_HSC),
196+
DEF_MOD("pciec1", 625, R8A779G0_CLK_S0D2_HSC),
197197
DEF_MOD("pwm", 628, R8A779G0_CLK_SASYNCPERD4),
198198
DEF_MOD("rpc-if", 629, R8A779G0_CLK_RPCD2),
199199
DEF_MOD("scif0", 702, R8A779G0_CLK_SASYNCPERD4),

0 commit comments

Comments
 (0)