Browse Source

Documentation: dt: socfpga: add reset-cells property

To be able to use the reset-controller framework, the property
        #reset-cells
is mandatory.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Steffen Trumtrar 11 years ago
parent
commit
75bb341908
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Documentation/devicetree/bindings/arm/altera/socfpga-reset.txt

+ 2 - 0
Documentation/devicetree/bindings/arm/altera/socfpga-reset.txt

@@ -3,9 +3,11 @@ 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>;
 	};