Skip to content

Commit 3b0016a

Browse files
Niklas Söderlundgeertu
authored andcommitted
clk: renesas: r8a779a0: Add ISP core clocks
Add the ISP core modules clock for Renesas R-Car V3U. Signed-off-by: Niklas Söderlund <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent b32e27f commit 3b0016a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ static const struct cpg_core_clk r8a779a0_core_clks[] __initconst = {
138138
};
139139

140140
static const struct mssr_mod_clk r8a779a0_mod_clks[] __initconst = {
141+
DEF_MOD("isp0", 16, R8A779A0_CLK_S1D1),
142+
DEF_MOD("isp1", 17, R8A779A0_CLK_S1D1),
143+
DEF_MOD("isp2", 18, R8A779A0_CLK_S1D1),
144+
DEF_MOD("isp3", 19, R8A779A0_CLK_S1D1),
141145
DEF_MOD("avb0", 211, R8A779A0_CLK_S3D2),
142146
DEF_MOD("avb1", 212, R8A779A0_CLK_S3D2),
143147
DEF_MOD("avb2", 213, R8A779A0_CLK_S3D2),

0 commit comments

Comments
 (0)