clk: renesas: r8a7796: Add watchdog module clock
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 27 Jun 2016 14:51:14 +0000 (16:51 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 9 Aug 2016 07:53:47 +0000 (09:53 +0200)
Add the module clock for the Watchdog Timer (WDT) controller on the
Renesas R-Car M3-W (r8a7796) SoC.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/clk/renesas/r8a7796-cpg-mssr.c

index ea9ed38..c0dee76 100644 (file)
@@ -104,6 +104,7 @@ static const struct cpg_core_clk r8a7796_core_clks[] __initconst = {
 
 static const struct mssr_mod_clk r8a7796_mod_clks[] __initconst = {
        DEF_MOD("scif2",                 310,   R8A7796_CLK_S3D4),
+       DEF_MOD("rwdt0",                 402,   R8A7796_CLK_R),
        DEF_MOD("intc-ap",               408,   R8A7796_CLK_S3D1),
 };