Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: renesas: r8a779g0: Fix PCIe clock name

Fix a typo in the name of the module clock for the second PCIe channel.

Fixes: 5ab16198b431ca48 ("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

+1 -1
+1 -1
drivers/clk/renesas/r8a779g0-cpg-mssr.c
··· 193 193 DEF_MOD("msi4", 622, R8A779G0_CLK_MSO), 194 194 DEF_MOD("msi5", 623, R8A779G0_CLK_MSO), 195 195 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), 197 197 DEF_MOD("pwm", 628, R8A779G0_CLK_SASYNCPERD4), 198 198 DEF_MOD("rpc-if", 629, R8A779G0_CLK_RPCD2), 199 199 DEF_MOD("scif0", 702, R8A779G0_CLK_SASYNCPERD4),