dts: bindings: reset_controller: Clarify cell name
Clarify that there needs to be a cell named "id" in order to be usable by the reset controller macros. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
ef5a620b5a
commit
eb866a345d
1 changed files with 3 additions and 1 deletions
|
@ -7,4 +7,6 @@ properties:
|
|||
"#reset-cells":
|
||||
type: int
|
||||
required: true
|
||||
description: Number of cells in reset property
|
||||
description: |
|
||||
Number of cells in reset property. There must be a cell
|
||||
named "id" to use the reset_dt_spec macros.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue