diff options
author | Steffen Trumtrar <s.trumtrar@pengutronix.de> | 2014-04-15 18:19:12 -0400 |
---|---|---|
committer | Dinh Nguyen <dinguyen@altera.com> | 2014-05-05 23:33:17 -0400 |
commit | dd16fc489730205019b4bec1dbb20c28821c7ab6 (patch) | |
tree | 41e5daf3887e6009d0d4c5b2b669d6205fe325b7 /Documentation/devicetree/bindings/arm/altera | |
parent | 75bb34190809c2d5e9dca0d478f22ac7cba7ec0c (diff) |
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/arm/altera')
-rw-r--r-- | Documentation/devicetree/bindings/arm/altera/socfpga-reset.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Documentation/devicetree/bindings/arm/altera/socfpga-reset.txt b/Documentation/devicetree/bindings/arm/altera/socfpga-reset.txt deleted file mode 100644 index 32c1c8bfd5dc..000000000000 --- a/Documentation/devicetree/bindings/arm/altera/socfpga-reset.txt +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Altera SOCFPGA Reset Manager | ||
2 | |||
3 | Required properties: | ||
4 | - compatible : "altr,rst-mgr" | ||
5 | - reg : Should contain 1 register ranges(address and length) | ||
6 | - #reset-cells: 1 | ||
7 | |||
8 | Example: | ||
9 | rstmgr@ffd05000 { | ||
10 | #reset-cells = <1>; | ||
11 | compatible = "altr,rst-mgr"; | ||
12 | reg = <0xffd05000 0x1000>; | ||
13 | }; | ||