mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
clk: renesas: r8a779g0: Fix PCIe clock name
Fix a typo in the name of the module clock for the second PCIe channel.
Fixes: 5ab16198b4 ("clk: renesas: r8a779g0: Add PCIe clocks")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/f582067564f357e2183d3db67b217084ecb51888.1706608032.git.geert+renesas@glider.be
This commit is contained in:
parent
f077cab34d
commit
096311157d
|
|
@ -193,7 +193,7 @@ static const struct mssr_mod_clk r8a779g0_mod_clks[] __initconst = {
|
|||
DEF_MOD("msi4", 622, R8A779G0_CLK_MSO),
|
||||
DEF_MOD("msi5", 623, R8A779G0_CLK_MSO),
|
||||
DEF_MOD("pciec0", 624, R8A779G0_CLK_S0D2_HSC),
|
||||
DEF_MOD("pscie1", 625, R8A779G0_CLK_S0D2_HSC),
|
||||
DEF_MOD("pciec1", 625, R8A779G0_CLK_S0D2_HSC),
|
||||
DEF_MOD("pwm", 628, R8A779G0_CLK_SASYNCPERD4),
|
||||
DEF_MOD("rpc-if", 629, R8A779G0_CLK_RPCD2),
|
||||
DEF_MOD("scif0", 702, R8A779G0_CLK_SASYNCPERD4),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user