Skip to content

Commit a4f8a6e

Browse files
committed
clk: renesas: r8a779g0: Add watchdog clock
Add the module clock used by the RCLK Watchdog Timer on the Renesas R-Car V4H (R8A779G0) SoC. Extracted from a larger patch in the BSP by Kazuya Mizuguchi. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/a012e4449b976efbeaabebb983fa6cfc1b9329d3.1662714852.git.geert+renesas@glider.be
1 parent e312ae9 commit a4f8a6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ static const struct mssr_mod_clk r8a779g0_mod_clks[] __initconst = {
154154
DEF_MOD("hscif1", 515, R8A779G0_CLK_S0D3_PER),
155155
DEF_MOD("hscif2", 516, R8A779G0_CLK_S0D3_PER),
156156
DEF_MOD("hscif3", 517, R8A779G0_CLK_S0D3_PER),
157+
DEF_MOD("wdt1:wdt0", 907, R8A779G0_CLK_R),
157158
};
158159

159160
/*

0 commit comments

Comments
 (0)