
1 May
2018
1 May
'18
1:12 a.m.
On 26 April 2018 at 10:03, Masahiro Yamada yamada.masahiro@socionext.com wrote:
Hi Simon,
2018-04-26 23:40 GMT+09:00 Simon Glass sjg@chromium.org:
Hi Masahiro,
On 18 April 2018 at 21:14, Masahiro Yamada yamada.masahiro@socionext.com wrote:
device_is_compatible() takes udevice, but there is no such a helper that takes ofnode.
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com
Changes in v2: None
drivers/core/device.c | 8 +------- drivers/core/ofnode.c | 11 +++++++++++ include/dm/ofnode.h | 11 +++++++++++ 3 files changed, 23 insertions(+), 7 deletions(-)
Please can you add a simple test for this?
I wrote a simple test:
Thanks!
Reviewed-by: Simon Glass sjg@chromium.org