All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-renesas-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	Magnus Damm <magnus.damm@gmail.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [PATCH 18/18] arm64: dts: r8a7796: Add device node for PRR
Date: Mon, 21 Nov 2016 13:05:47 +0100	[thread overview]
Message-ID: <5de68961cf5618c1ce5bb15848b36121247f23d5.1479726397.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1479726397.git.horms+renesas@verge.net.au>

From: Geert Uytterhoeven <geert+renesas@glider.be>

Add a device node for the Product Register, which provides SoC product
and revision information.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/r8a7796.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
index 9599f5691099..41a050d2f192 100644
--- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
@@ -243,6 +243,11 @@
 			#power-domain-cells = <0>;
 		};
 
+		prr: chipid@fff00044 {
+			compatible = "renesas,prr";
+			reg = <0 0xfff00044 0 4>;
+		};
+
 		sysc: system-controller@e6180000 {
 			compatible = "renesas,r8a7796-sysc";
 			reg = <0 0xe6180000 0 0x0400>;
-- 
2.7.0.rc3.207.g0ac5344

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 18/18] arm64: dts: r8a7796: Add device node for PRR
Date: Mon, 21 Nov 2016 13:05:47 +0100	[thread overview]
Message-ID: <5de68961cf5618c1ce5bb15848b36121247f23d5.1479726397.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1479726397.git.horms+renesas@verge.net.au>

From: Geert Uytterhoeven <geert+renesas@glider.be>

Add a device node for the Product Register, which provides SoC product
and revision information.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/r8a7796.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
index 9599f5691099..41a050d2f192 100644
--- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
@@ -243,6 +243,11 @@
 			#power-domain-cells = <0>;
 		};
 
+		prr: chipid at fff00044 {
+			compatible = "renesas,prr";
+			reg = <0 0xfff00044 0 4>;
+		};
+
 		sysc: system-controller at e6180000 {
 			compatible = "renesas,r8a7796-sysc";
 			reg = <0 0xe6180000 0 0x0400>;
-- 
2.7.0.rc3.207.g0ac5344

  parent reply	other threads:[~2016-11-21 12:06 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-21 12:05 [GIT PULL v2] Second Round of Renesas ARM64 Based SoC DT Updates for v4.10 Simon Horman
2016-11-21 12:05 ` Simon Horman
2016-11-21 12:05 ` [PATCH 01/18] arm64: dts: r8a7796: add I2C support Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 02/18] arm64: dts: r8a7796: Enable I2C DMA Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 03/18] arm64: dts: r8a7796: salvator-x: enable I2C Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 04/18] arm64: dts: h3ulcb: update documentation with official board name Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 05/18] arm64: dts: h3ulcb: update header Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 06/18] arm64: dts: m3ulcb: add M3ULCB board DT bindings Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 07/18] arm64: dts: m3ulcb: initial device tree Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 08/18] arm64: dts: m3ulcb: enable SCIF clk and pins Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 09/18] arm64: dts: m3ulcb: enable GPIO leds Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 10/18] arm64: dts: m3ulcb: enable GPIO keys Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 11/18] arm64: dts: m3ulcb: enable EXTALR clk Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 12/18] arm64: dts: m3ulcb: enable WDT Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 13/18] arm64: dts: m3ulcb: enable SDHI0 Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 14/18] arm64: dts: m3ulcb: enable SDHI2 Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 15/18] arm64: dts: h3ulcb: " Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 16/18] arm64: dts: h3ulcb: rename SDHI0 pins Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 13:13   ` Sergei Shtylyov
2016-11-21 13:13     ` Sergei Shtylyov
2016-11-22 11:22     ` Vladimir Barinov
2016-11-22 11:22       ` Vladimir Barinov
2016-11-22 11:40       ` Sergei Shtylyov
2016-11-22 11:40         ` Sergei Shtylyov
2016-11-22 12:08         ` Vladimir Barinov
2016-11-22 12:08           ` Vladimir Barinov
2016-11-30 10:07           ` Simon Horman
2016-11-30 10:07             ` Simon Horman
2016-11-21 12:05 ` [PATCH 17/18] arm64: dts: r8a7795: Add device node for PRR Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` Simon Horman [this message]
2016-11-21 12:05   ` [PATCH 18/18] arm64: dts: r8a7796: " Simon Horman
2016-11-30 15:51 ` [GIT PULL v2] Second Round of Renesas ARM64 Based SoC DT Updates for v4.10 Arnd Bergmann
2016-11-30 15:51   ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2016-11-17 14:04 [GIT PULL] " Simon Horman
2016-11-17 14:04 ` [PATCH 18/18] arm64: dts: r8a7796: Add device node for PRR Simon Horman
2016-11-17 14:04   ` 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=5de68961cf5618c1ce5bb15848b36121247f23d5.1479726397.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=geert+renesas@glider.be \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /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.