[U-Boot] [PATCH v2 1/3] ofnode: add ofnode_by_prop_value()

Simon Glass sjg at chromium.org
Tue Aug 21 17:30:51 UTC 2018


On 20 August 2018 at 03:09, Jens Wiklander <jens.wiklander at linaro.org> wrote:
> Adds ofnode_by_prop_value() to search for nodes with a given property
> and value, an ofnode version of fdt_node_offset_by_prop_value().
>
> Signed-off-by: Jens Wiklander <jens.wiklander at linaro.org>
> ---
>  drivers/core/of_access.c | 27 +++++++++++++++++++++++++++
>  drivers/core/ofnode.c    | 14 ++++++++++++++
>  include/dm/of_access.h   | 16 ++++++++++++++++
>  include/dm/ofnode.h      | 14 ++++++++++++++
>  4 files changed, 71 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list