All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>,
	Simon Horman <horms@verge.net.au>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>
Cc: Fabrizio Castro <fabrizio.castro@bp.renesas.com>,
	linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org,
	Chris Paterson <Chris.Paterson2@renesas.com>,
	Biju Das <biju.das@bp.renesas.com>
Subject: [PATCH 4/6] clk: renesas: r8a774a1: Add TMU clock
Date: Tue, 11 Jun 2019 14:06:39 +0100	[thread overview]
Message-ID: <1560258401-9517-5-git-send-email-fabrizio.castro@bp.renesas.com> (raw)
In-Reply-To: <1560258401-9517-1-git-send-email-fabrizio.castro@bp.renesas.com>

This patch adds the TMU clocks to the R8A774A1 SoC.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 drivers/clk/renesas/r8a774a1-cpg-mssr.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/clk/renesas/r8a774a1-cpg-mssr.c b/drivers/clk/renesas/r8a774a1-cpg-mssr.c
index 76ed7d1..e05bfa2 100644
--- a/drivers/clk/renesas/r8a774a1-cpg-mssr.c
+++ b/drivers/clk/renesas/r8a774a1-cpg-mssr.c
@@ -113,6 +113,11 @@ static const struct cpg_core_clk r8a774a1_core_clks[] __initconst = {
 };
 
 static const struct mssr_mod_clk r8a774a1_mod_clks[] __initconst = {
+	DEF_MOD("tmu4",			 121,	R8A774A1_CLK_S0D6),
+	DEF_MOD("tmu3",			 122,	R8A774A1_CLK_S3D2),
+	DEF_MOD("tmu2",			 123,	R8A774A1_CLK_S3D2),
+	DEF_MOD("tmu1",			 124,	R8A774A1_CLK_S3D2),
+	DEF_MOD("tmu0",			 125,	R8A774A1_CLK_CP),
 	DEF_MOD("fdp1-0",		 119,	R8A774A1_CLK_S0D1),
 	DEF_MOD("scif5",		 202,	R8A774A1_CLK_S3D4),
 	DEF_MOD("scif4",		 203,	R8A774A1_CLK_S3D4),
-- 
2.7.4


  parent reply	other threads:[~2019-06-11 13:07 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-11 13:06 [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M Fabrizio Castro
2019-06-11 13:06 ` [PATCH 1/6] arm64: dts: renesas: r8a774a1: Fix USB 2.0 clocks Fabrizio Castro
2019-06-17  8:05   ` Simon Horman
2019-06-11 13:06 ` [PATCH 2/6] arm64: dts: renesas: hihope-common: Add USB 2.0 support Fabrizio Castro
2019-06-17  8:06   ` Simon Horman
2019-06-11 13:06 ` [PATCH 3/6] arm64: dts: renesas: r8a774a1: Add CMT device nodes Fabrizio Castro
2019-06-12  7:02   ` Geert Uytterhoeven
2019-06-12  7:02     ` Geert Uytterhoeven
2019-06-12 12:27     ` Simon Horman
2019-06-12 12:27       ` Simon Horman
2019-06-11 13:06 ` Fabrizio Castro [this message]
2019-06-12  6:51   ` [PATCH 4/6] clk: renesas: r8a774a1: Add TMU clock Geert Uytterhoeven
2019-06-12 12:25   ` Simon Horman
2019-06-11 13:06 ` [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings Fabrizio Castro
2019-06-12  6:52   ` Geert Uytterhoeven
2019-06-12  6:52     ` Geert Uytterhoeven
2019-06-12 12:21   ` Simon Horman
2019-07-09  2:34   ` Rob Herring
2019-07-09  2:34     ` Rob Herring
2019-08-30 10:37   ` Fabrizio Castro
2019-08-30 10:37     ` Fabrizio Castro
2019-09-02  8:32     ` Simon Horman
2019-09-02  8:32       ` Simon Horman
2019-09-02  8:39       ` Geert Uytterhoeven
2019-09-02  8:39         ` Geert Uytterhoeven
2019-09-02  8:42         ` Daniel Lezcano
2019-09-02  8:42           ` Daniel Lezcano
2019-09-03 12:10           ` Geert Uytterhoeven
2019-09-03 12:10             ` Geert Uytterhoeven
2019-06-11 13:06 ` [PATCH 6/6] arm64: dts: renesas: r8a774a1: Add TMU device nodes Fabrizio Castro
2019-06-12  6:56   ` Geert Uytterhoeven
2019-06-12  6:56     ` Geert Uytterhoeven
2019-06-12 12:29     ` Simon Horman
2019-06-12 12:29       ` Simon Horman
2019-06-11 13:12 ` [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M Fabrizio Castro
2019-06-11 13:12   ` Fabrizio Castro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1560258401-9517-5-git-send-email-fabrizio.castro@bp.renesas.com \
    --to=fabrizio.castro@bp.renesas.com \
    --cc=Chris.Paterson2@renesas.com \
    --cc=biju.das@bp.renesas.com \
    --cc=geert+renesas@glider.be \
    --cc=horms@verge.net.au \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.