commit | 9349bcc453ebe7203a2b110595918ad36d63330a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Apr 19 12:14:02 2018 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon May 07 15:49:51 2018 -0400 |
tree | e2205e7553721bb43b3962b6e376293583fa0bc9 | |
parent | 54c5ecbf24677aa6fa2dacfc40343d3545f2963a [diff] |
dm: ofnode: add ofnode_device_is_compatible() helper device_is_compatible() takes udevice, but there is no such a helper that takes ofnode. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>