From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 30 Apr 2018 17:12:19 -0600 Subject: [U-Boot] [PATCH v2 2/4] dm: ofnode: add ofnode_device_is_compatible() helper In-Reply-To: References: <1524107644-28849-1-git-send-email-yamada.masahiro@socionext.com> <1524107644-28849-3-git-send-email-yamada.masahiro@socionext.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26 April 2018 at 10:03, Masahiro Yamada wrote: > Hi Simon, > > > 2018-04-26 23:40 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 18 April 2018 at 21:14, Masahiro Yamada >> wrote: >>> device_is_compatible() takes udevice, but there is no such a helper >>> that takes ofnode. >>> >>> Signed-off-by: Masahiro Yamada >>> --- >>> >>> 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: > > http://patchwork.ozlabs.org/patch/905181/ Thanks! Reviewed-by: Simon Glass