
25 Feb
2021
25 Feb
'21
8:31 p.m.
On Thu, 25 Feb 2021 at 09:14, Marek BehĂșn marek.behun@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.behun@nic.cz Cc: Simon Glass sjg@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 sjg@chromium.org