Skip to content

Commit 417ed58

Browse files
kbinghamgeertu
authored andcommitted
clk: renesas: r8a779a0: Add the DU clock
The DU clock is added to the S3D1 clock parent. The Renesas BSP lists S2D1 as the clock parent, however there is no S2 clock on this platform. S3D1 is chosen as a best effort guess and demonstrates functionality but is not guaranteed to be correct. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Link: https://lore.kernel.org/r/20210622232711.3219697-2-kieran.bingham@ideasonboard.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent d23fcff commit 417ed58

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ static const struct mssr_mod_clk r8a779a0_mod_clks[] __initconst = {
167167
DEF_MOD("csi41", 400, R8A779A0_CLK_CSI0),
168168
DEF_MOD("csi42", 401, R8A779A0_CLK_CSI0),
169169
DEF_MOD("csi43", 402, R8A779A0_CLK_CSI0),
170+
DEF_MOD("du", 411, R8A779A0_CLK_S3D1),
170171
DEF_MOD("fcpvd0", 508, R8A779A0_CLK_S3D1),
171172
DEF_MOD("fcpvd1", 509, R8A779A0_CLK_S3D1),
172173
DEF_MOD("hscif0", 514, R8A779A0_CLK_S1D2),

0 commit comments

Comments
 (0)