On Thu, 25 Feb 2021 at 09:14, Marek Behún <marek.be...@nic.cz> wrote:
>
> Add function for retrieving full node path of a given ofnode.
> This uses np->full_name if OF is live, otherwise a call to
> fdt_get_path() is made.
>
> Signed-off-by: Marek Behún <marek.be...@nic.cz>
> Cc: Simon Glass <s...@chromium.org>
> ---
>  drivers/core/ofnode.c | 25 +++++++++++++++++++++++++
>  include/dm/ofnode.h   | 10 ++++++++++
>  test/dm/ofnode.c      | 21 +++++++++++++++++++++
>  3 files changed, 56 insertions(+)

Reviewed-by: Simon Glass <s...@chromium.org>

Reply via email to