On Thu, 25 Feb 2021 at 09:14, Marek Behún <[email protected]> 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 <[email protected]>
> Cc: Simon Glass <[email protected]>
> ---
>  drivers/core/ofnode.c | 25 +++++++++++++++++++++++++
>  include/dm/ofnode.h   | 10 ++++++++++
>  test/dm/ofnode.c      | 21 +++++++++++++++++++++
>  3 files changed, 56 insertions(+)

Reviewed-by: Simon Glass <[email protected]>

Reply via email to