Skip to content

Commit 7e3557b

Browse files
prabhakarladgeertu
authored andcommitted
clk: renesas: r9a09g057: Add reset entry for SYS
Add the missing reset entry for the `SYS` module in the clock driver. The corresponding core clock entry for `SYS` is already present. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/20250102181839.352599-6-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 7088d2d commit 7e3557b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/renesas/r9a09g057-cpg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ static const struct rzv2h_mod_clk r9a09g057_mod_clks[] __initconst = {
220220
};
221221

222222
static const struct rzv2h_reset r9a09g057_resets[] __initconst = {
223+
DEF_RST(3, 0, 1, 1), /* SYS_0_PRESETN */
223224
DEF_RST(3, 6, 1, 7), /* ICU_0_PRESETN_I */
224225
DEF_RST(6, 13, 2, 30), /* GTM_0_PRESETZ */
225226
DEF_RST(6, 14, 2, 31), /* GTM_1_PRESETZ */

0 commit comments

Comments
 (0)