clk: renesas: r8a779a0: Add VSPD clock support
authorKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Wed, 16 Dec 2020 15:19:30 +0000 (15:19 +0000)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 28 Dec 2020 09:45:17 +0000 (10:45 +0100)
Add clocks for the VSPD modules on the V3U.

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Link: https://lore.kernel.org/r/20201216151931.851547-3-kieran.bingham+renesas@ideasonboard.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/clk/renesas/r8a779a0-cpg-mssr.c

index 8160f41..2ce3150 100644 (file)
@@ -190,6 +190,8 @@ static const struct mssr_mod_clk r8a779a0_mod_clks[] __initconst = {
        DEF_MOD("vin35",        827,    R8A779A0_CLK_S1D1),
        DEF_MOD("vin36",        828,    R8A779A0_CLK_S1D1),
        DEF_MOD("vin37",        829,    R8A779A0_CLK_S1D1),
+       DEF_MOD("vspd0",        830,    R8A779A0_CLK_S3D1),
+       DEF_MOD("vspd1",        831,    R8A779A0_CLK_S3D1),
 };
 
 static spinlock_t cpg_lock;