zephyr/scripts/dts/python-devicetree/tests
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
..
test-bindings edtlib: link child nodes to parent for nodes with child-bindings 2023-10-25 18:39:31 -07:00
test-bindings-2
test-bindings-include devicetree: edtlib: tests: add coverage for child includes 2022-11-17 06:57:46 -06:00
test-wrong-bindings yamllint: indentation: fix files in scripts/ 2023-01-04 14:23:53 +01:00
test-multidir.dts devicetree: use c89 comments in test file 2023-04-17 08:58:14 -07:00
test.dts edtlib: link child nodes to parent for nodes with child-bindings 2023-10-25 18:39:31 -07:00
test_dtlib.py dtlib: add DT.move_node() 2023-02-27 17:44:45 +01:00
test_edtlib.py edtlib: link child nodes to parent for nodes with child-bindings 2023-10-25 18:39:31 -07:00