Hi Svyatoslav, On Sat, 15 Feb 2025 at 10:55, Svyatoslav Ryhel <[email protected]> wrote: > > Add a mostly complete list of ofnode analogs of of_graph > parsing helpers. > > Signed-off-by: Svyatoslav Ryhel <[email protected]> > --- > drivers/core/Makefile | 2 +- > drivers/core/ofnode_graph.c | 217 ++++++++++++++++++++++++++++++++++++ > include/dm/ofnode_graph.h | 90 +++++++++++++++ > 3 files changed, 308 insertions(+), 1 deletion(-) > create mode 100644 drivers/core/ofnode_graph.c > create mode 100644 include/dm/ofnode_graph.h
Can you add a test to test/dm/ofnode please? Regards, Simon

