public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] clk: renesas: cpg-mssr: r8a7796: add IMR clocks
@ 2017-02-18 21:39 Sergei Shtylyov
  2017-02-20  8:38 ` Geert Uytterhoeven
  0 siblings, 1 reply; 7+ messages in thread
From: Sergei Shtylyov @ 2017-02-18 21:39 UTC (permalink / raw)
  To: Geert Uytterhoeven, Michael Turquette, Stephen Boyd, linux-clk,
	linux-renesas-soc
  Cc: Sergei Shtylyov

Add the IMR[0-1] clocks to the R8A7796 CPG/MSSR driver.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
This patch is against the 'clk-next' branch of CLK group's 'linux.git' repo.

 drivers/clk/renesas/r8a7796-cpg-mssr.c |    2 ++
 1 file changed, 2 insertions(+)

Index: linux/drivers/clk/renesas/r8a7796-cpg-mssr.c
===================================================================
--- linux.orig/drivers/clk/renesas/r8a7796-cpg-mssr.c
+++ linux/drivers/clk/renesas/r8a7796-cpg-mssr.c
@@ -179,6 +179,8 @@ static const struct mssr_mod_clk r8a7796
 	DEF_MOD("vin1",			 810,	R8A7796_CLK_S0D2),
 	DEF_MOD("vin0",			 811,	R8A7796_CLK_S0D2),
 	DEF_MOD("etheravb",		 812,	R8A7796_CLK_S0D6),
+	DEF_MOD("imr1",			 822,	R8A7796_CLK_S2D1),
+	DEF_MOD("imr0",			 823,	R8A7796_CLK_S2D1),
 	DEF_MOD("gpio7",		 905,	R8A7796_CLK_S3D4),
 	DEF_MOD("gpio6",		 906,	R8A7796_CLK_S3D4),
 	DEF_MOD("gpio5",		 907,	R8A7796_CLK_S3D4),

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-02-28 20:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-18 21:39 [PATCH 1/1] clk: renesas: cpg-mssr: r8a7796: add IMR clocks Sergei Shtylyov
2017-02-20  8:38 ` Geert Uytterhoeven
2017-02-20 20:11   ` Sergei Shtylyov
2017-02-21 18:54   ` Sergei Shtylyov
2017-02-21 19:39     ` Geert Uytterhoeven
2017-02-21 19:49       ` Sergei Shtylyov
2017-02-28 20:09         ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox