summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/reset/socfpga-reset.txt
diff options
context:
space:
mode:
authorSteffen Trumtrar2014-04-16 00:19:12 +0200
committerDinh Nguyen2014-05-06 05:33:17 +0200
commitdd16fc489730205019b4bec1dbb20c28821c7ab6 (patch)
tree41e5daf3887e6009d0d4c5b2b669d6205fe325b7 /Documentation/devicetree/bindings/reset/socfpga-reset.txt
parentDocumentation: dt: socfpga: add reset-cells property (diff)
downloadkernel-qcow2-linux-dd16fc489730205019b4bec1dbb20c28821c7ab6.tar.gz
kernel-qcow2-linux-dd16fc489730205019b4bec1dbb20c28821c7ab6.tar.xz
kernel-qcow2-linux-dd16fc489730205019b4bec1dbb20c28821c7ab6.zip
Documentation: dt: reset: move socfpga-reset
Instead of having the documentation for the socfpga-reset controller in a vendor specific directory, move it to the reset folder to all the other reset drivers. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Diffstat (limited to 'Documentation/devicetree/bindings/reset/socfpga-reset.txt')
-rw-r--r--Documentation/devicetree/bindings/reset/socfpga-reset.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/reset/socfpga-reset.txt b/Documentation/devicetree/bindings/reset/socfpga-reset.txt
new file mode 100644
index 000000000000..32c1c8bfd5dc
--- /dev/null
+++ b/Documentation/devicetree/bindings/reset/socfpga-reset.txt
@@ -0,0 +1,13 @@
+Altera SOCFPGA Reset Manager
+
+Required properties:
+- compatible : "altr,rst-mgr"
+- reg : Should contain 1 register ranges(address and length)
+- #reset-cells: 1
+
+Example:
+ rstmgr@ffd05000 {
+ #reset-cells = <1>;
+ compatible = "altr,rst-mgr";
+ reg = <0xffd05000 0x1000>;
+ };