Skip to content

Commit 0177b50

Browse files
kbinghamgeertu
authored andcommitted
clk: renesas: r8a779a0: Add FCPVD clock support
Add clocks for the FCP for VSP-D module. Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Link: https://lore.kernel.org/r/20201216151931.851547-2-kieran.bingham+renesas@ideasonboard.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent fa7f479 commit 0177b50

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ static const struct mssr_mod_clk r8a779a0_mod_clks[] __initconst = {
152152
DEF_MOD("csi41", 400, R8A779A0_CLK_CSI0),
153153
DEF_MOD("csi42", 401, R8A779A0_CLK_CSI0),
154154
DEF_MOD("csi43", 402, R8A779A0_CLK_CSI0),
155+
DEF_MOD("fcpvd0", 508, R8A779A0_CLK_S3D1),
156+
DEF_MOD("fcpvd1", 509, R8A779A0_CLK_S3D1),
155157
DEF_MOD("scif0", 702, R8A779A0_CLK_S1D8),
156158
DEF_MOD("scif1", 703, R8A779A0_CLK_S1D8),
157159
DEF_MOD("scif3", 704, R8A779A0_CLK_S1D8),

0 commit comments

Comments
 (0)