From: <shubhrajyoti.datta@gmail.com>
To: linux-fpga@vger.kernel.org
Cc: atull@kernel.org, mdf@kernel.org, robh+dt@kernel.org,
michal.simek@xilinx.com, devicetree@vger.kernel.org,
shubhrajyoti.datta@gmail.com, nofooter@xilinx.com,
Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Subject: [PATCH 1/2] doc: fpga: Add reset bridge support
Date: Wed, 21 Feb 2018 10:23:45 +0530 [thread overview]
Message-ID: <1519188826-2047-1-git-send-email-shubhrajyoti.datta@gmail.com> (raw)
From: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Add reset bridge support. Once this bridge is enabled.
The reset line(s) will be toggled. Generally it will be
called after the bitstream load to reset the PL.
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
---
.../devicetree/bindings/fpga/xlnx,rst-bridge.txt | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 Documentation/devicetree/bindings/fpga/xlnx,rst-bridge.txt
diff --git a/Documentation/devicetree/bindings/fpga/xlnx,rst-bridge.txt b/Documentation/devicetree/bindings/fpga/xlnx,rst-bridge.txt
new file mode 100644
index 0000000..6f1bfc2
--- /dev/null
+++ b/Documentation/devicetree/bindings/fpga/xlnx,rst-bridge.txt
@@ -0,0 +1,22 @@
+Xilinx fpga reset bridge
+
+The Xilinx reset bridge toggles the reset line to the PL
+in Zynqmp Ultrascale plus.
+
+
+Required properties:
+- compatible : Should contain "xlnx,rst-bridge"
+- reset : reset phandles
+
+Optional properties:
+- bridge-enable : 0 if driver should disable bridge at startup
+ 1 if driver should enable bridge at startup
+ Default is to leave bridge in current state.
+
+See Documentation/devicetree/bindings/fpga/fpga-region.txt for generic bindings.
+
+Example:
+fpga_rst_bridge: fpga_rst_bridge {
+ compatible = "xlnx,rst-bridge";
+ resets = <&rst 115>;
+};
--
2.1.1
next reply other threads:[~2018-02-21 4:47 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-21 4:53 shubhrajyoti.datta [this message]
2018-02-21 4:53 ` [PATCH 2/2] fpga: reset bridge: Add the reset bridge shubhrajyoti.datta
2018-02-26 22:53 ` Alan Tull
2018-02-27 0:28 ` Moritz Fischer
2018-02-27 4:46 ` Shubhrajyoti Datta
2018-02-27 17:00 ` Alan Tull
2018-03-01 10:49 ` Shubhrajyoti Datta
2018-03-02 5:00 ` Moritz Fischer
2018-03-02 7:24 ` Shubhrajyoti Datta
2018-03-03 2:43 ` Alan Tull
2018-03-03 3:23 ` Moritz Fischer
2018-03-03 3:54 ` Alan Tull
2018-03-08 22:32 ` Alan Tull
2018-02-27 5:04 ` Shubhrajyoti Datta
2018-02-21 17:44 ` [PATCH 1/2] doc: fpga: Add reset bridge support Moritz Fischer
2018-02-22 9:47 ` Shubhrajyoti Datta
-- strict thread matches above, loose matches on Subject: below --
2018-02-20 8:42 Shubhrajyoti Datta
2018-02-20 8:40 Shubhrajyoti Datta
2018-02-20 8:34 ` Shubhrajyoti Datta
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=1519188826-2047-1-git-send-email-shubhrajyoti.datta@gmail.com \
--to=shubhrajyoti.datta@gmail.com \
--cc=atull@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-fpga@vger.kernel.org \
--cc=mdf@kernel.org \
--cc=michal.simek@xilinx.com \
--cc=nofooter@xilinx.com \
--cc=robh+dt@kernel.org \
--cc=shubhrajyoti.datta@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).