Skip to content

Commit 7c8730d

Browse files
Niklas Söderlundgeertu
authored andcommitted
clk: renesas: r8a779h0: Add CSI-2 clocks
Add the CSI40 and CSI41 module clocks, which are used by the CSI-2 interfaces on the Renesas R-Car V4M (R8A779H0) SoC. Signed-off-by: Niklas Söderlund <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent babc0ea commit 7c8730d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ static const struct mssr_mod_clk r8a779h0_mod_clks[] = {
176176
DEF_MOD("avb0:rgmii0", 211, R8A779H0_CLK_S0D8_HSC),
177177
DEF_MOD("avb1:rgmii1", 212, R8A779H0_CLK_S0D8_HSC),
178178
DEF_MOD("avb2:rgmii2", 213, R8A779H0_CLK_S0D8_HSC),
179+
DEF_MOD("csi40", 331, R8A779H0_CLK_CSI),
180+
DEF_MOD("csi41", 400, R8A779H0_CLK_CSI),
179181
DEF_MOD("hscif0", 514, R8A779H0_CLK_SASYNCPERD1),
180182
DEF_MOD("hscif1", 515, R8A779H0_CLK_SASYNCPERD1),
181183
DEF_MOD("hscif2", 516, R8A779H0_CLK_SASYNCPERD1),

0 commit comments

Comments
 (0)