[PATCH v1 2/3] dt: power: Add documentation for NI USRP E3x0 soft-poweroff.

From: Moritz Fischer
Date: Wed Feb 18 2015 - 13:20:10 EST


Signed-off-by: Moritz Fischer <moritz.fischer@xxxxxxxxx>
---
.../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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/