]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
clk: renesas: r8a77970: Add LVDS clock
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Tue, 5 Dec 2017 21:43:35 +0000 (00:43 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Mar 2018 08:09:57 +0000 (09:09 +0100)
[ Upstream commit 64082568dd1e05d349a0d9dfda2bdf6ace3f9f6c ]

I seem to have omitted the LVDS clock from the R8A77970 CPG/MSSR support
patch for some reason -- add it back...

Based on the original (and large) patch by Daisuke Matsushita
<daisuke.matsushita.ns@hitachi.com>.

Fixes: 8d46e28fb5081b49 ("clk: renesas: cpg-mssr: Add R8A77970 support")
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/renesas/r8a77970-cpg-mssr.c

index 72f98527473aaa37903be803e5d72af842d477e3..f55842917e8dd36ab86135113ffb468cd60798ba 100644 (file)
@@ -105,6 +105,7 @@ static const struct mssr_mod_clk r8a77970_mod_clks[] __initconst = {
        DEF_MOD("vspd0",                 623,   R8A77970_CLK_S2D1),
        DEF_MOD("csi40",                 716,   R8A77970_CLK_CSI0),
        DEF_MOD("du0",                   724,   R8A77970_CLK_S2D1),
+       DEF_MOD("lvds",                  727,   R8A77970_CLK_S2D1),
        DEF_MOD("vin3",                  808,   R8A77970_CLK_S2D1),
        DEF_MOD("vin2",                  809,   R8A77970_CLK_S2D1),
        DEF_MOD("vin1",                  810,   R8A77970_CLK_S2D1),