Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Steffen Trumtrar and committed by
Dinh Nguyen
75bb3419 1403250b

+2
+2
Documentation/devicetree/bindings/arm/altera/socfpga-reset.txt
··· 3 3 Required properties: 4 4 - compatible : "altr,rst-mgr" 5 5 - reg : Should contain 1 register ranges(address and length) 6 + - #reset-cells: 1 6 7 7 8 Example: 8 9 rstmgr@ffd05000 { 10 + #reset-cells = <1>; 9 11 compatible = "altr,rst-mgr"; 10 12 reg = <0xffd05000 0x1000>; 11 13 };