zephyr/scripts/dts/python-devicetree/tests/test-bindings
Fabio Baltieri 403640b75e edtlib: link child nodes to parent for nodes with child-bindings
The current EDT graph logic only use properties directly under a
specific node to add dependencies. For nodes properties in
child-bindings, this means that the child phandles are only linked by
the child node itself, which does have an ordinal but no corresponding
"sturct device" in the code, causing those dependencies to be silently
ignored by gen_handles.py.

Fix that by adding the recursive logic to visit child bindings when
present, which causes all child node property handles to be linked to
the parent node.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-10-25 18:39:31 -07:00
..
bar-bus.yaml
child-binding-with-compat.yaml
child-binding.yaml
child.yaml
defaults.yaml
deprecated.yaml
device-on-any-bus.yaml
device-on-bar-bus.yaml
device-on-foo-bus.yaml
enums.yaml
false-positive.yaml
foo-bus.yaml
foo-optional.yaml
foo-required.yaml
gpio-dst.yaml
gpio-src.yaml
grandchild-1.yaml
grandchild-2.yaml
grandchild-3.yaml
interrupt-1-cell.yaml
interrupt-2-cell.yaml
interrupt-3-cell.yaml
multidir.yaml
order-1.yaml
order-2.yaml
parent.yaml
phandle-array-controller-0.yaml
phandle-array-controller-1.yaml
phandle-array-controller-2.yaml
props.yaml