Skip to content

Commit 59a43fa

Browse files
shimodaygeertu
authored andcommitted
clk: renesas: r8a779f0: Add SYS-DMAC clocks
Add SYS-DMAC clocks on r8a779f0. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Link: https://lore.kernel.org/r/20211221052423.597283-1-yoshihiro.shimoda.uh@renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent e783362 commit 59a43fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ static const struct mssr_mod_clk r8a779f0_mod_clks[] __initconst = {
119119
DEF_MOD("scif1", 703, R8A779F0_CLK_S0D12_PER),
120120
DEF_MOD("scif3", 704, R8A779F0_CLK_S0D12_PER),
121121
DEF_MOD("scif4", 705, R8A779F0_CLK_S0D12_PER),
122+
DEF_MOD("sys-dmac0", 709, R8A779F0_CLK_S0D3_PER),
123+
DEF_MOD("sys-dmac1", 710, R8A779F0_CLK_S0D3_PER),
122124
};
123125

124126
/*

0 commit comments

Comments
 (0)