On Sun, 10 Nov 2024 at 04:51, Christian Marangi <ansuels...@gmail.com> wrote: > > Implement ofnode_options phandle helper to get an ofnode from a phandle > option in /options/u-boot. > > This helper can be useful since new DT yaml usually require to link a > phandle of a node instead of referencing it by name or other indirect > way. > > Signed-off-by: Christian Marangi <ansuels...@gmail.com> > --- > drivers/core/ofnode.c | 15 +++++++++++++++ > include/dm/ofnode.h | 15 +++++++++++++++ > 2 files changed, 30 insertions(+) >
Reviewed-by: Simon Glass <s...@chromium.org>