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

