On Mon, 18 Dec 2023 06:47:01 +0000, Kuninori Morimoto wrote: > We would like to use for_each loop for status = "reserved" nodes. > Add for_each_reserved_child_of_node() for it. > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > Tested-by: Yusuke Goda <yusuke.goda.sx@xxxxxxxxxxx> > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > drivers/of/base.c | 29 +++++++++++++++++++++++++++++ > include/linux/of.h | 11 +++++++++++ > 2 files changed, 40 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>