[PATCH 1/3] dm: core: Add support for getting node from aliases
Simon Glass
sjg at chromium.org
Thu Oct 15 17:05:55 CEST 2020
On Wed, 14 Oct 2020 at 07:56, Michal Simek <michal.simek at xilinx.com> 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 <michal.simek at xilinx.com>
> ---
>
> drivers/core/ofnode.c | 22 ++++++++++++++++++++++
> include/dm/ofnode.h | 22 ++++++++++++++++++++++
> test/dm/ofnode.c | 22 ++++++++++++++++++++++
> 3 files changed, 66 insertions(+)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list