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>