On Mon, 24 Feb 2020 10:02:32 -0800, "Isaac J. Manjarres" wrote: > From: Patrick Daly <pdaly@xxxxxxxxxxxxxx> > > Certain SoCs need to support a large amount of reserved memory > regions. For example, Qualcomm's SM8150 SoC requires that 20 > regions of memory be reserved for a variety of reasons (e.g. > loading a peripheral subsystem's firmware image into a > particular space). > > When adding more reserved memory regions to cater to different > usecases, the remaining number of reserved memory regions--12 > to be exact--becomes too small. Thus, double the existing > limit of reserved memory regions. > > Signed-off-by: Patrick Daly <pdaly@xxxxxxxxxxxxxx> > Signed-off-by: Isaac J. Manjarres <isaacm@xxxxxxxxxxxxxx> > --- > drivers/of/of_reserved_mem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. Rob