Skip to content

Commit 3797edf

Browse files
morimotogeertu
authored andcommitted
clk: renesas: r8a779g0: Tidy up DMAC name on SYS-DMAC
"sydm" is a bit name. Let's rename it to the common "sys-dmac". Signed-off-by: Kuninori Morimoto <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent c9baa3b commit 3797edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ static const struct mssr_mod_clk r8a779g0_mod_clks[] __initconst = {
192192
DEF_MOD("scif3", 704, R8A779G0_CLK_SASYNCPERD4),
193193
DEF_MOD("scif4", 705, R8A779G0_CLK_SASYNCPERD4),
194194
DEF_MOD("sdhi", 706, R8A779G0_CLK_SD0),
195-
DEF_MOD("sydm0", 709, R8A779G0_CLK_S0D6_PER),
196-
DEF_MOD("sydm1", 710, R8A779G0_CLK_S0D6_PER),
195+
DEF_MOD("sys-dmac0", 709, R8A779G0_CLK_S0D6_PER),
196+
DEF_MOD("sys-dmac1", 710, R8A779G0_CLK_S0D6_PER),
197197
DEF_MOD("tmu0", 713, R8A779G0_CLK_SASYNCRT),
198198
DEF_MOD("tmu1", 714, R8A779G0_CLK_SASYNCPERD2),
199199
DEF_MOD("tmu2", 715, R8A779G0_CLK_SASYNCPERD2),

0 commit comments

Comments
 (0)