[PATCH v2 2/9] test: dm: add test for ofnode_for_each_compatible_node()

2021-10-15 Thread Michael Walle
Check that all matching nodes have the correct compatible and that there is at least one match. Signed-off-by: Michael Walle --- test/dm/ofnode.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/test/dm/ofnode.c b/test/dm/ofnode.c index 49efabe871..cea0746bb3 100644 --- a/

Re: [PATCH v2 2/9] test: dm: add test for ofnode_for_each_compatible_node()

2021-10-24 Thread Simon Glass
On Fri, 15 Oct 2021 at 07:15, Michael Walle wrote: > > Check that all matching nodes have the correct compatible and that there > is at least one match. > > Signed-off-by: Michael Walle > --- > test/dm/ofnode.c | 18 ++ > 1 file changed, 18 insertions(+) > Reviewed-by: Simon Gla