All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 22/30] ARM: shmobile: r8a7740: Add CMT1 node
Date: Mon, 07 Jul 2014 07:54:47 +0000	[thread overview]
Message-ID: <1404719695-1634-23-git-send-email-horms+renesas@verge.net.au> (raw)
In-Reply-To: <1404719695-1634-1-git-send-email-horms+renesas@verge.net.au>

This describes all of the CMT1 hardware of the r8a7740.
The node is disabled and may be enabled as necessary by board DTS files.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

---
N.B: This only adds cmt1, as per the legacy C code

v2
* First post
---
 arch/arm/boot/dts/r8a7740.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi
index 3156afd..ea728e1 100644
--- a/arch/arm/boot/dts/r8a7740.dtsi
+++ b/arch/arm/boot/dts/r8a7740.dtsi
@@ -260,6 +260,16 @@
 		status = "disabled";
 	};
 
+	cmt1: timer@e6138000 {
+		compatible = "renesas,cmt-48";
+		reg = <0xe6138000 0x170>;
+		interrupts = <0 58 IRQ_TYPE_LEVEL_HIGH>;
+
+		renesas,channels-mask = <0x3f>;
+
+		status = "disabled";
+	};
+
 	tpu: pwm@e6600000 {
 		compatible = "renesas,tpu-r8a7740", "renesas,tpu";
 		reg = <0xe6600000 0x100>;
-- 
2.0.0.rc2


WARNING: multiple messages have this Message-ID (diff)
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 22/30] ARM: shmobile: r8a7740: Add CMT1 node
Date: Mon,  7 Jul 2014 09:54:47 +0200	[thread overview]
Message-ID: <1404719695-1634-23-git-send-email-horms+renesas@verge.net.au> (raw)
In-Reply-To: <1404719695-1634-1-git-send-email-horms+renesas@verge.net.au>

This describes all of the CMT1 hardware of the r8a7740.
The node is disabled and may be enabled as necessary by board DTS files.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

---
N.B: This only adds cmt1, as per the legacy C code

v2
* First post
---
 arch/arm/boot/dts/r8a7740.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi
index 3156afd..ea728e1 100644
--- a/arch/arm/boot/dts/r8a7740.dtsi
+++ b/arch/arm/boot/dts/r8a7740.dtsi
@@ -260,6 +260,16 @@
 		status = "disabled";
 	};
 
+	cmt1: timer at e6138000 {
+		compatible = "renesas,cmt-48";
+		reg = <0xe6138000 0x170>;
+		interrupts = <0 58 IRQ_TYPE_LEVEL_HIGH>;
+
+		renesas,channels-mask = <0x3f>;
+
+		status = "disabled";
+	};
+
 	tpu: pwm at e6600000 {
 		compatible = "renesas,tpu-r8a7740", "renesas,tpu";
 		reg = <0xe6600000 0x100>;
-- 
2.0.0.rc2

  parent reply	other threads:[~2014-07-07  7:54 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-07  7:54 [PATCH v2 00/30] ARM: shmobile: Enable SCI and TMU using DT Simon Horman
2014-07-07  7:54 ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 01/30] ARM: shmobile: r8a7778: add SCI clock support for DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 02/30] ARM: shmobile: r8a7778: Add SCIF nodes Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 03/30] ARM: shmobile: bockw-reference: Initialise SCIF device using DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 04/30] ARM: shmobile: r8a7778: add TMU clock support for DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 05/30] ARM: shmobile: r8a7778: Add TMU nodes Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 06/30] ARM: shmobile: bockw-reference: Initialise TMU device using DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 07/30] ARM: shmobile: r8a73a4: add SCI clock support for DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 08/30] ARM: shmobile: r8a73a4: Add SCIF nodes Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 09/30] ARM: shmobile: ape6evm-reference: Initialise SCIF device using DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 10/30] ARM: shmobile: r8a73a4: add CMT1 clock support for DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 11/30] ARM: shmobile: r8a73a4: Add CMT1 node Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 12/30] ARM: shmobile: r8a73a4: Rename cmt registration helper Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 13/30] ARM: shmobile: ape6evm-reference: Initialise CMT1 device using DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 14/30] ARM: shmobile: r8a73a4: Remove empty r8a73a4_add_dt_devices Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 15/30] ARM: shmobile: r8a7740: correct SCI clock support for DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 16/30] ARM: shmobile: r8a7740: Add SCIF nodes Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 17/30] ARM: shmobile: armadillo800eva-reference: Initialise SCIF device using DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 18/30] ARM: shmobile: r8a7740: add TMU clock support for DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 19/30] ARM: shmobile: r8a7740: Add TMU nodes Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 20/30] ARM: shmobile: armadillo800eva-reference: Initialise TMU device using DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 21/30] ARM: shmobile: r8a7740: add CMT1 clock support for DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` Simon Horman [this message]
2014-07-07  7:54   ` [PATCH v2 22/30] ARM: shmobile: r8a7740: Add CMT1 node Simon Horman
2014-07-07  7:54 ` [PATCH v2 23/30] ARM: shmobile: armadillo800eva-reference: Initialise CMT1 device using DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 24/30] ARM: shmobile: r8a7740: Remove unnecessary r8a7740_add_standard_devices_dt() Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 25/30] ARM: shmobile: sh73a0: add SCI clock support for DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 26/30] ARM: shmobile: sh73a0: Add SCIF nodes Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 27/30] ARM: shmobile: kzm9g-reference: Initialise SCIF device using DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 28/30] ARM: shmobile: sh73a0: add CMT1 clock support for DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 29/30] ARM: shmobile: sh73a0: Add CMT1 node Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-07  7:54 ` [PATCH v2 30/30] ARM: shmobile: kzm9g-reference: Initialise CMT1 device using DT Simon Horman
2014-07-07  7:54   ` Simon Horman
2014-07-12 13:23 ` [PATCH v2 00/30] ARM: shmobile: Enable SCI and TMU " Simon Horman
2014-07-12 13:23   ` Simon Horman

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=1404719695-1634-23-git-send-email-horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.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.