mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
clk: renesas: r8a779h0: Add ISPCS clocks
Add the ISPCS0 and ISPCS1 module clocks, which are used by the ISPCS modules on the Renesas R-Car V4M (R8A779H0) SoC. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20240527131541.1676525-3-niklas.soderlund+renesas@ragnatech.se Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
1613e604df
commit
babc0ea4e6
|
|
@ -185,6 +185,8 @@ static const struct mssr_mod_clk r8a779h0_mod_clks[] = {
|
|||
DEF_MOD("i2c2", 520, R8A779H0_CLK_S0D6_PER),
|
||||
DEF_MOD("i2c3", 521, R8A779H0_CLK_S0D6_PER),
|
||||
DEF_MOD("irqc", 611, R8A779H0_CLK_CL16M),
|
||||
DEF_MOD("ispcs0", 612, R8A779H0_CLK_S0D2_VIO),
|
||||
DEF_MOD("ispcs1", 613, R8A779H0_CLK_S0D2_VIO),
|
||||
DEF_MOD("msi0", 618, R8A779H0_CLK_MSO),
|
||||
DEF_MOD("msi1", 619, R8A779H0_CLK_MSO),
|
||||
DEF_MOD("msi2", 620, R8A779H0_CLK_MSO),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user