Skip to content

Commit 1f04b79

Browse files
committed
clk: renesas: r8a77995: Fix VIN parent clock
According to the R-Car Series, 3rd Generation Hardware User’s Manual Rev. 2.30, the parent clock of the Video Input Module (VIN) on R-Car D3 is S3D1. Update the driver to match the documentation. This has no functional impact, as both S1D2 and S3D1 have the same clock rate, and are always-on clocks. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> Link: https://lore.kernel.org/r/9b655843a260e06fa6f3349cdafac180e2bf38a5.1676368776.git.geert+renesas@glider.be
1 parent 3c87643 commit 1f04b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ static const struct mssr_mod_clk r8a77995_mod_clks[] __initconst = {
167167
DEF_MOD("du0", 724, R8A77995_CLK_S1D1),
168168
DEF_MOD("lvds", 727, R8A77995_CLK_S2D1),
169169
DEF_MOD("mlp", 802, R8A77995_CLK_S2D1),
170-
DEF_MOD("vin4", 807, R8A77995_CLK_S1D2),
170+
DEF_MOD("vin4", 807, R8A77995_CLK_S3D1),
171171
DEF_MOD("etheravb", 812, R8A77995_CLK_S3D2),
172172
DEF_MOD("imr0", 823, R8A77995_CLK_S1D2),
173173
DEF_MOD("gpio6", 906, R8A77995_CLK_S3D4),

0 commit comments

Comments
 (0)