Re: [PATCH 1/3] dm: core: Add support for getting node from aliases

2020-10-15 Thread Simon Glass
On Wed, 14 Oct 2020 at 07:56, Michal Simek 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 > --- > > drivers/core/ofnode.c | 22

[PATCH 1/3] dm: core: Add support for getting node from aliases

2020-10-14 Thread Michal Simek
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 --- drivers/core/ofnode.c | 22 ++ include/dm/ofnode.h | 22 ++