lib: utils: Add FDT match table based node lookup
authorAnup Patel <anup.patel@wdc.com>
Fri, 24 Apr 2020 13:02:10 +0000 (18:32 +0530)
committerAnup Patel <anup@brainfault.org>
Fri, 1 May 2020 04:09:44 +0000 (09:39 +0530)
commita39cd6fe4c263f00228daaefc41c2b03b96f784d
tree1edcbfc52d0e842e7c4a7f1cf50fbbaa3618d58c
parente3ad7c13a07275df7f3dbee68e3e95d73d7a1e0e
lib: utils: Add FDT match table based node lookup

This patch adds FDT match table based node lookup funcitons.

These functions will be useful in implementing simple FDT
based driver frameworks.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
include/sbi_utils/fdt/fdt_helper.h
lib/utils/fdt/fdt_helper.c