Re: [PATCH] of: Make the number of reserved memory regions configurable
From: Rob Herring
Date: Fri Oct 24 2025 - 08:57:36 EST
On Thu, Oct 23, 2025 at 10:35 AM Maxime Ripard <mripard@xxxxxxxxxx> wrote:
>
> Some platforms register more reserved memory regions than the current
> hardcoded limit of 64.
I've already NAKed a kconfig option for this before.
The limit is now 64 dynamic regions, not total. The static regions are
unlimited. What platform needs so many regions and to abuse
/reserved-memory like this?
Rob