[PATCH v2 3/8] dm: core: implement ofnode/tree_parse_phandle() helper
Simon Glass
sjg at chromium.org
Wed Nov 20 14:48:11 CET 2024
On Sun, 10 Nov 2024 at 04:51, Christian Marangi <ansuelsmth at gmail.com> wrote:
>
> Implement ofnode/tree_parse_phandle() helper as an equivalent of
> of_parse_phandle to handle simple single value phandle.
>
> Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
> ---
> drivers/core/ofnode.c | 58 +++++++++++++++++++++++++++++++++++++++++++
> include/dm/ofnode.h | 26 +++++++++++++++++++
> 2 files changed, 84 insertions(+)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list