On Wed, 13 Oct 2021 at 11:44, Michael Walle <mich...@walle.cc> wrote: > > Add a helper to iterate over all nodes with a given compatible string. > > Signed-off-by: Michael Walle <mich...@walle.cc> > --- > include/dm/ofnode.h | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) >
Reviewed-by: Simon Glass <s...@chromium.org> Can you add a test for it in test/dm/ofnode.c?