Re: [U-Boot] [PATCH] test: ofnode: test ofnode_device_is_compatible()

2018-04-30 Thread Simon Glass
On 26 April 2018 at 10:02, Masahiro Yamada wrote: > > Test ofnode_device_is_compatible(), and also ofnode_path(). > > Requested-by: Simon Glass > Signed-off-by: Masahiro Yamada > --- > > test/dm/Makefile | 1 + > test/dm/ofnode.c | 19 +++ > 2 files changed, 20 insertions(+) >

[U-Boot] [PATCH] test: ofnode: test ofnode_device_is_compatible()

2018-04-26 Thread Masahiro Yamada
Test ofnode_device_is_compatible(), and also ofnode_path(). Requested-by: Simon Glass Signed-off-by: Masahiro Yamada --- test/dm/Makefile | 1 + test/dm/ofnode.c | 19 +++ 2 files changed, 20 insertions(+) create mode 100644 test/dm/ofnode.c diff --git a/test/dm/Makefile b/t