All of lore.kernel.org
 help / color / mirror / Atom feed
From: Moritz Fischer <moritz.fischer@ettus.com>
To: p.zabel@pengutronix.de
Cc: michal.simek@xilinx.com, soren.brinkmann@xilinx.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Moritz Fischer <moritz.fischer@ettus.com>
Subject: [RFC 2/3] dts: zynq: Add devicetree entry for PL reset controller.
Date: Thu, 23 Jul 2015 15:51:01 -0700	[thread overview]
Message-ID: <1437691862-21312-3-git-send-email-moritz.fischer@ettus.com> (raw)
In-Reply-To: <1437691862-21312-1-git-send-email-moritz.fischer@ettus.com>

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
---
 arch/arm/boot/dts/zynq-7000.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
index b429e1d..a56fe11 100644
--- a/arch/arm/boot/dts/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/zynq-7000.dtsi
@@ -258,6 +258,12 @@
 				reg = <0x100 0x100>;
 			};
 
+			rstc: rstc@240 {
+				#reset-cells = <1>;
+				compatible = "xlnx,zynq-reset-pl";
+				syscon = <&slcr>;
+			};
+
 			pinctrl0: pinctrl@700 {
 				compatible = "xlnx,pinctrl-zynq";
 				reg = <0x700 0x200>;
-- 
2.4.3


WARNING: multiple messages have this Message-ID (diff)
From: moritz.fischer@ettus.com (Moritz Fischer)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC 2/3] dts: zynq: Add devicetree entry for PL reset controller.
Date: Thu, 23 Jul 2015 15:51:01 -0700	[thread overview]
Message-ID: <1437691862-21312-3-git-send-email-moritz.fischer@ettus.com> (raw)
In-Reply-To: <1437691862-21312-1-git-send-email-moritz.fischer@ettus.com>

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
---
 arch/arm/boot/dts/zynq-7000.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
index b429e1d..a56fe11 100644
--- a/arch/arm/boot/dts/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/zynq-7000.dtsi
@@ -258,6 +258,12 @@
 				reg = <0x100 0x100>;
 			};
 
+			rstc: rstc at 240 {
+				#reset-cells = <1>;
+				compatible = "xlnx,zynq-reset-pl";
+				syscon = <&slcr>;
+			};
+
 			pinctrl0: pinctrl at 700 {
 				compatible = "xlnx,pinctrl-zynq";
 				reg = <0x700 0x200>;
-- 
2.4.3

  parent reply	other threads:[~2015-07-23 22:51 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-23 22:50 [RFC 0/3] Adding support for Zynq PL reset controller Moritz Fischer
2015-07-23 22:50 ` Moritz Fischer
2015-07-23 22:51 ` [RFC 1/3] docs: dts: Added documentation for Xilinx Zynq PL Reset bindings Moritz Fischer
2015-07-23 22:51   ` Moritz Fischer
2015-07-24  4:40   ` Michal Simek
2015-07-24  4:40     ` Michal Simek
2015-07-24 14:50     ` Sören Brinkmann
2015-07-24 14:50       ` Sören Brinkmann
2015-07-24 20:29       ` Moritz Fischer
2015-07-24 20:29         ` Moritz Fischer
2015-07-24  7:25   ` Philipp Zabel
2015-07-24  7:25     ` Philipp Zabel
2015-07-24  7:27     ` Michal Simek
2015-07-24  7:27       ` Michal Simek
2015-07-23 22:51 ` Moritz Fischer [this message]
2015-07-23 22:51   ` [RFC 2/3] dts: zynq: Add devicetree entry for PL reset controller Moritz Fischer
2015-07-23 22:51 ` [RFC 3/3] reset: reset-zynq-pl: Adding support for Xilinx Zynq PL reset Moritz Fischer
2015-07-23 22:51   ` Moritz Fischer
2015-07-24 16:19   ` Sören Brinkmann
2015-07-24 16:19     ` Sören Brinkmann

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=1437691862-21312-3-git-send-email-moritz.fischer@ettus.com \
    --to=moritz.fischer@ettus.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.simek@xilinx.com \
    --cc=p.zabel@pengutronix.de \
    --cc=soren.brinkmann@xilinx.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.