Re: [PATCH v3 1/9] of: add of_property_read_string_array_index()

From: Rob Herring
Date: Tue Mar 29 2022 - 19:32:09 EST


On Fri, 25 Mar 2022 12:31:40 +0100, Clément Léger wrote:
> Add of_property_read_string_array_index() which allows to read a string
> array starting at a specific index.
>
> Signed-off-by: Clément Léger <clement.leger@xxxxxxxxxxx>
> ---
> include/linux/of.h | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>