[PATCH v2 0/2] core: ofnode: add of_graph parsing helpers

Svyatoslav Ryhel clamor95 at gmail.com
Sun Feb 16 12:23:25 CET 2025


Add a mostly complete list of ofnode analogs of of_graph
parsing helpers.

---
Changes in v2:
- added tests
---

Svyatoslav Ryhel (2):
  core: ofnode: add of_graph parsing helpers
  test: dm: add ofnode_graph tests

 arch/sandbox/dts/test.dts   |  53 +++++++++
 drivers/core/Makefile       |   2 +-
 drivers/core/ofnode_graph.c | 217 ++++++++++++++++++++++++++++++++++++
 include/dm/ofnode_graph.h   |  90 +++++++++++++++
 test/dm/ofnode.c            |  54 +++++++++
 5 files changed, 415 insertions(+), 1 deletion(-)
 create mode 100644 drivers/core/ofnode_graph.c
 create mode 100644 include/dm/ofnode_graph.h

-- 
2.43.0



More information about the U-Boot mailing list