On Sun, 10 Nov 2024 at 04:51, Christian Marangi <ansuels...@gmail.com> wrote: > > Implement ofnode/tree_parse_phandle() helper as an equivalent of > of_parse_phandle to handle simple single value phandle. > > Signed-off-by: Christian Marangi <ansuels...@gmail.com> > --- > drivers/core/ofnode.c | 58 +++++++++++++++++++++++++++++++++++++++++++ > include/dm/ofnode.h | 26 +++++++++++++++++++ > 2 files changed, 84 insertions(+) >
Reviewed-by: Simon Glass <s...@chromium.org>