Skip to content

Commit c9baa3b

Browse files
morimotogeertu
authored andcommitted
clk: renesas: r8a779a0: 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 584d299 commit c9baa3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ static const struct mssr_mod_clk r8a779a0_mod_clks[] __initconst = {
176176
DEF_MOD("scif3", 704, R8A779A0_CLK_S1D8),
177177
DEF_MOD("scif4", 705, R8A779A0_CLK_S1D8),
178178
DEF_MOD("sdhi0", 706, R8A779A0_CLK_SD0),
179-
DEF_MOD("sydm1", 709, R8A779A0_CLK_S1D2),
180-
DEF_MOD("sydm2", 710, R8A779A0_CLK_S1D2),
179+
DEF_MOD("sys-dmac1", 709, R8A779A0_CLK_S1D2),
180+
DEF_MOD("sys-dmac2", 710, R8A779A0_CLK_S1D2),
181181
DEF_MOD("tmu0", 713, R8A779A0_CLK_CL16MCK),
182182
DEF_MOD("tmu1", 714, R8A779A0_CLK_S1D4),
183183
DEF_MOD("tmu2", 715, R8A779A0_CLK_S1D4),

0 commit comments

Comments
 (0)