On Wed, 14 Oct 2020 at 07:56, Michal Simek <[email protected]> wrote: > > Add support for getting a node/property from aliases. > The similar functionality is provided for chosen node and this > implemenatation is copy of it. > > Signed-off-by: Michal Simek <[email protected]> > --- > > drivers/core/ofnode.c | 22 ++++++++++++++++++++++ > include/dm/ofnode.h | 22 ++++++++++++++++++++++ > test/dm/ofnode.c | 22 ++++++++++++++++++++++ > 3 files changed, 66 insertions(+) >
Reviewed-by: Simon Glass <[email protected]>

