Skip to content

Commit d1b32a8

Browse files
committed
clk: renesas: r8a779f0: Correct PFC/GPIO parent clock
According to the R-Car S4 Series Hardware User’s Manual Rev.0.81, the parent clock of the Pin Function (PFC/GPIO) module clock is the CP clock. As this clock is not documented to exist on R-Car S4, use the CPEX clock instead. Fixes: 73421f2 ("clk: renesas: r8a779f0: Add PFC clock") Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/f88ec4aede0eaf0107c8bb7b28ba719ac6cd418f.1706197415.git.geert+renesas@glider.be
1 parent abb3fa6 commit d1b32a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ static const struct mssr_mod_clk r8a779f0_mod_clks[] __initconst = {
161161
DEF_MOD("cmt1", 911, R8A779F0_CLK_R),
162162
DEF_MOD("cmt2", 912, R8A779F0_CLK_R),
163163
DEF_MOD("cmt3", 913, R8A779F0_CLK_R),
164-
DEF_MOD("pfc0", 915, R8A779F0_CLK_CL16M),
164+
DEF_MOD("pfc0", 915, R8A779F0_CLK_CPEX),
165165
DEF_MOD("tsc", 919, R8A779F0_CLK_CL16M),
166166
DEF_MOD("rswitch2", 1505, R8A779F0_CLK_RSW2),
167167
DEF_MOD("ether-serdes", 1506, R8A779F0_CLK_S0D2_HSC),

0 commit comments

Comments
 (0)