[U-Boot] [PATCH v2 1/3] ofnode: add ofnode_by_prop_value()
Simon Glass
sjg at chromium.org
Fri Sep 28 15:55:14 UTC 2018
On 21 August 2018 at 10:30, Simon Glass <sjg at chromium.org> wrote:
> 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>
Applied to u-boot-dm, and now in mainline, thanks!
More information about the U-Boot
mailing list