On Thu, 9 Apr 2020 19:52:26 +0200, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > Add support for looking up memory regions by name. This looks up the > given name in the newly introduced memory-region-names property and > returns the memory region at the corresponding index in the memory- > region(s) property. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > drivers/of/of_reserved_mem.c | 19 +++++++++++++++++++ > include/linux/of_reserved_mem.h | 11 +++++++++++ > 2 files changed, 30 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>