Skip to content

Commit e56321e

Browse files
pbrkrgeertu
authored andcommitted
clk: renesas: r9a07g044: Mark resets array as const
The r9a07g044_resets array describes the reset signals in this SoC and does not change at runtime. Signed-off-by: Paul Barker <[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 b8ae9d3 commit e56321e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/renesas/r9a07g044-cpg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ static const struct {
368368
#endif
369369
};
370370

371-
static struct rzg2l_reset r9a07g044_resets[] = {
371+
static const struct rzg2l_reset r9a07g044_resets[] = {
372372
DEF_RST(R9A07G044_GIC600_GICRESET_N, 0x814, 0),
373373
DEF_RST(R9A07G044_GIC600_DBG_GICRESET_N, 0x814, 1),
374374
DEF_RST(R9A07G044_IA55_RESETN, 0x818, 0),

0 commit comments

Comments
 (0)