]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
clk: renesas: r8a7745: Add rwdt clock
authorFabrizio Castro <fabrizio.castro@bp.renesas.com>
Mon, 12 Feb 2018 17:44:25 +0000 (17:44 +0000)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 20 Feb 2018 12:35:13 +0000 (13:35 +0100)
Add "rwdt" clock to r8a7745_mod_clks. Also, since we may need to access
the watchdog registers at any time, declare the clock as critical.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/clk/renesas/r8a7745-cpg-mssr.c

index 2859504cc8668199f69f8bd32c4ae3d9c5bdfe3f..87f5a3619e4f9d6058bd6fb185d5116538fcad1a 100644 (file)
@@ -114,6 +114,7 @@ static const struct mssr_mod_clk r8a7745_mod_clks[] __initconst = {
        DEF_MOD("cmt1",                  329,   R8A7745_CLK_R),
        DEF_MOD("usbhs-dmac0",           330,   R8A7745_CLK_HP),
        DEF_MOD("usbhs-dmac1",           331,   R8A7745_CLK_HP),
+       DEF_MOD("rwdt",                  402,   R8A7745_CLK_R),
        DEF_MOD("irqc",                  407,   R8A7745_CLK_CP),
        DEF_MOD("intc-sys",              408,   R8A7745_CLK_ZS),
        DEF_MOD("audio-dmac0",           502,   R8A7745_CLK_HP),
@@ -180,6 +181,7 @@ static const struct mssr_mod_clk r8a7745_mod_clks[] __initconst = {
 };
 
 static const unsigned int r8a7745_crit_mod_clks[] __initconst = {
+       MOD_CLK_ID(402),        /* RWDT */
        MOD_CLK_ID(408),        /* INTC-SYS (GIC) */
 };