Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: renesas: r8a779g0: Add FCPVX clocks

Add the FCPVX modules clock for Renesas R-Car V4H (R8A779G0) SoC.

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo.mondi+renesas@ideasonboard.com>
Link: https://lore.kernel.org/20241220-rcar-v4h-vspx-v4-1-7dc1812585ad@ideasonboard.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Jacopo Mondi and committed by
Geert Uytterhoeven
c5a87008 29ebc619

+2
+2
drivers/clk/renesas/r8a779g0-cpg-mssr.c
··· 238 238 DEF_MOD("pfc2", 917, R8A779G0_CLK_CP), 239 239 DEF_MOD("pfc3", 918, R8A779G0_CLK_CP), 240 240 DEF_MOD("tsc", 919, R8A779G0_CLK_CL16M), 241 + DEF_MOD("fcpvx0", 1100, R8A779G0_CLK_S0D1_VIO), 242 + DEF_MOD("fcpvx1", 1101, R8A779G0_CLK_S0D1_VIO), 241 243 DEF_MOD("tsn", 2723, R8A779G0_CLK_S0D4_HSC), 242 244 DEF_MOD("ssiu", 2926, R8A779G0_CLK_S0D6_PER), 243 245 DEF_MOD("ssi", 2927, R8A779G0_CLK_S0D6_PER),