]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
clk: renesas: r8a77965: Add FDP clock
authorHoan Nguyen An <na-hoan@jinso.co.jp>
Fri, 24 Aug 2018 04:52:29 +0000 (13:52 +0900)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 28 Aug 2018 09:06:11 +0000 (11:06 +0200)
This patch adds FDP1-0 clock to the R8A77965 SoC.

Signed-off-by: Hoan Nguyen An <na-hoan@jinso.co.jp>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/clk/renesas/r8a77965-cpg-mssr.c

index 312f9fe738e3b19d33bfd420ea0e90a5fd250bb8..1fcc411502da5e5f317c7f44a30d69b84d5cf2bf 100644 (file)
@@ -112,6 +112,7 @@ static const struct cpg_core_clk r8a77965_core_clks[] __initconst = {
 };
 
 static const struct mssr_mod_clk r8a77965_mod_clks[] __initconst = {
+       DEF_MOD("fdp1-0",               119,    R8A77965_CLK_S0D1),
        DEF_MOD("scif5",                202,    R8A77965_CLK_S3D4),
        DEF_MOD("scif4",                203,    R8A77965_CLK_S3D4),
        DEF_MOD("scif3",                204,    R8A77965_CLK_S3D4),