Skip to content

Commit 6f5c16b

Browse files
claudiubezneageertu
authored andcommitted
clk: renesas: r9a08g045: Add DMA clocks and resets
Add the missing DMA clock and resets. Signed-off-by: Claudiu Beznea <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 10dfa83 commit 6f5c16b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/clk/renesas/r9a08g045-cpg.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ static const struct rzg2l_mod_clk r9a08g045_mod_clks[] = {
193193
DEF_MOD("ia55_pclk", R9A08G045_IA55_PCLK, R9A08G045_CLK_P2, 0x518, 0),
194194
DEF_MOD("ia55_clk", R9A08G045_IA55_CLK, R9A08G045_CLK_P1, 0x518, 1),
195195
DEF_MOD("dmac_aclk", R9A08G045_DMAC_ACLK, R9A08G045_CLK_P3, 0x52c, 0),
196+
DEF_MOD("dmac_pclk", R9A08G045_DMAC_PCLK, CLK_P3_DIV2, 0x52c, 1),
196197
DEF_MOD("wdt0_pclk", R9A08G045_WDT0_PCLK, R9A08G045_CLK_P0, 0x548, 0),
197198
DEF_MOD("wdt0_clk", R9A08G045_WDT0_CLK, R9A08G045_OSCCLK, 0x548, 1),
198199
DEF_MOD("sdhi0_imclk", R9A08G045_SDHI0_IMCLK, CLK_SD0_DIV4, 0x554, 0),
@@ -226,6 +227,8 @@ static const struct rzg2l_reset r9a08g045_resets[] = {
226227
DEF_RST(R9A08G045_GIC600_GICRESET_N, 0x814, 0),
227228
DEF_RST(R9A08G045_GIC600_DBG_GICRESET_N, 0x814, 1),
228229
DEF_RST(R9A08G045_IA55_RESETN, 0x818, 0),
230+
DEF_RST(R9A08G045_DMAC_ARESETN, 0x82c, 0),
231+
DEF_RST(R9A08G045_DMAC_RST_ASYNC, 0x82c, 1),
229232
DEF_RST(R9A08G045_WDT0_PRESETN, 0x848, 0),
230233
DEF_RST(R9A08G045_SDHI0_IXRST, 0x854, 0),
231234
DEF_RST(R9A08G045_SDHI1_IXRST, 0x854, 1),

0 commit comments

Comments
 (0)