mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00:00
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>
This commit is contained in:
parent
1403250b6b
commit
75bb341908
@ -3,9 +3,11 @@ Altera SOCFPGA Reset Manager
|
|||||||
Required properties:
|
Required properties:
|
||||||
- compatible : "altr,rst-mgr"
|
- compatible : "altr,rst-mgr"
|
||||||
- reg : Should contain 1 register ranges(address and length)
|
- reg : Should contain 1 register ranges(address and length)
|
||||||
|
- #reset-cells: 1
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
rstmgr@ffd05000 {
|
rstmgr@ffd05000 {
|
||||||
|
#reset-cells = <1>;
|
||||||
compatible = "altr,rst-mgr";
|
compatible = "altr,rst-mgr";
|
||||||
reg = <0xffd05000 0x1000>;
|
reg = <0xffd05000 0x1000>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user