Skip to content

Commit 6e8b1dc

Browse files
CongDanggeertu
authored andcommitted
clk: renesas: r8a779h0: Add watchdog clock
Add the module clock used by the RCLK Watchdog Timer on the Renesas R-Car V4M (R8A779H0) SoC. Signed-off-by: Cong Dang <[email protected]> Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Wolfram Sang <[email protected]> Link: https://lore.kernel.org/r/f1dbf0f3f484015f2e629d78b746cf377d6f6746.1706790015.git.geert+renesas@glider.be
1 parent 62527c9 commit 6e8b1dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ static const struct mssr_mod_clk r8a779h0_mod_clks[] = {
177177
DEF_MOD("hscif1", 515, R8A779H0_CLK_SASYNCPERD1),
178178
DEF_MOD("hscif2", 516, R8A779H0_CLK_SASYNCPERD1),
179179
DEF_MOD("hscif3", 517, R8A779H0_CLK_SASYNCPERD1),
180+
DEF_MOD("wdt1:wdt0", 907, R8A779H0_CLK_R),
180181
DEF_MOD("pfc0", 915, R8A779H0_CLK_CP),
181182
DEF_MOD("pfc1", 916, R8A779H0_CLK_CP),
182183
DEF_MOD("pfc2", 917, R8A779H0_CLK_CP),

0 commit comments

Comments
 (0)