Commit 8816852c authored by Fabio Baltieri's avatar Fabio Baltieri Committed by Carles Cufi
Browse files

doc: dts: api: update the inter-node dependencies documentation



Update the inter-node dependencies documentation to clarify the child
node dependency inheritance recently introduced in 403640b7.

Signed-off-by: default avatarFabio Baltieri <fabiobaltieri@google.com>
parent bda3b101
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -140,6 +140,7 @@ depends on" relation:
- a node directly depends on any nodes its properties refer to by phandle
- a node directly depends on its ``interrupt-parent`` if it has an
  ``interrupts`` property
- a parent node inherits all dependencies from its child nodes

A *dependency ordering* of a devicetree is a list of its nodes, where each node
``n`` appears earlier in the list than any nodes that depend on ``n``. A node's