Skip to content

Commit 7d22513

Browse files
anrudolffabiobaltieri
authored andcommitted
doc: devicetree: clarify child node disabling
Add a note to status property that disabled parent nodes do not implicitly disable child nodes. Issue #82040 Signed-off-by: Andreas Rudolf <[email protected]>
1 parent 1a5ab2c commit 7d22513

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/build/dts/intro-syntax-structure.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,9 @@ status
288288
devices must be enabled for the corresponding ``struct device`` in the
289289
Zephyr driver model to be allocated and initialized.
290290

291+
Note that a child node is not implicitly disabled when its parent node is
292+
disabled, i.e. child nodes should be disabled explicitly if desired.
293+
291294
interrupts
292295
Information about interrupts generated by the device, encoded as an array
293296
of one or more *interrupt specifiers*. Each interrupt specifier has some

0 commit comments

Comments
 (0)