The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Moritz Fischer <moritz.fischer@ettus.com>
To: sre@kernel.org
Cc: dbaryshkov@gmail.com, dwmw2@infradead.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	Moritz Fischer <moritz.fischer@ettus.com>
Subject: [PATCH v1 2/3 RESEND] dt: power: Add documentation for NI USRP E3x0 soft-poweroff.
Date: Wed,  4 Mar 2015 14:25:48 -0800	[thread overview]
Message-ID: <1425507949-30499-3-git-send-email-moritz.fischer@ettus.com> (raw)
In-Reply-To: <1425507949-30499-1-git-send-email-moritz.fischer@ettus.com>

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
---
 .../devicetree/bindings/power/reset/e3x0-poweroff.txt    | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/Documentation/devicetree/bindings/power/reset/e3x0-poweroff.txt b/Documentation/devicetree/bindings/power/reset/e3x0-poweroff.txt
new file mode 100644
index 0000000..47896e3
--- /dev/null
+++ b/Documentation/devicetree/bindings/power/reset/e3x0-poweroff.txt
@@ -0,0 +1,16 @@
+National Instruments Ettus Research USRP E3x0 poweroff driver
+
+This module is part of the NI Ettus Research USRP E3x0 SDR.
+
+Required properties:
+- compatible: should be one of the following
+  - "ettus,e3x0-poweroff": For devices such as the NI Ettus Research USRP E3x0
+- syscon: this is the phandle to the register map node
+
+Note: Addresses may vary depending on the FPGA configuration
+
+Example:
+	poweroff0: poweroff@40300000 {
+		compatible = "ettus,e3x0-poweroff";
+		syscon = <&regmapnode>;
+	};
-- 
1.9.3


  parent reply	other threads:[~2015-03-04 22:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-04 22:25 [PATCH v1 0/3 RESEND] NI Ettus Research USRP E3x0 soft-poweroff Moritz Fischer
2015-03-04 22:25 ` [PATCH v1 1/3 RESEND] power: reset: Add support for " Moritz Fischer
2015-03-04 22:25 ` Moritz Fischer [this message]
2015-03-04 22:25 ` [PATCH v1 3/3 RESEND] MAINTAINERS: add info for e3x0-poweroff driver Moritz Fischer
2015-03-07 19:53 ` [PATCH v1 0/3 RESEND] NI Ettus Research USRP E3x0 soft-poweroff Sebastian Reichel
2015-03-10 17:35   ` Moritz Fischer

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=1425507949-30499-3-git-send-email-moritz.fischer@ettus.com \
    --to=moritz.fischer@ettus.com \
    --cc=dbaryshkov@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dwmw2@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sre@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox