[PATCH v2 1/3] dm: core: Add of_match_node helper function
Biju Das
biju.das.jz at bp.renesas.com
Wed Nov 4 08:57:49 CET 2020
Hi Simon,
Thanks for the feedback.
> Subject: Re: [PATCH v2 1/3] dm: core: Add of_match_node helper function
>
> On Mon, 2 Nov 2020 at 08:10, Biju Das <biju.das.jz at bp.renesas.com> wrote:
> >
> > Add of_match_node() helper function to iterate over the device tree
> > and tell if a device_node has a matching of_match structure.
> >
> > Signed-off-by: Biju Das <biju.das.jz at bp.renesas.com>
> > Reviewed-by: Lad Prabhakar <prabhakar.mahadev-
> lad.rj at bp.renesas.com>
> > ---
> > v1->v2:
> > * No Change.
> >
> > ---
> > drivers/core/device.c | 21 +++++++++++++++++++++
> > include/dm/device.h | 13 +++++++++++++
> > 2 files changed, 34 insertions(+)
> >
>
> Please do add a test for this, perhaps in test/dm/core.c
OK, Will post v3 including the test.
Regards,
Biju
>
> Regards,
> Simon
More information about the U-Boot
mailing list