Re: [PATCH V2] of: reserved-memory: ignore disabled memory-region nodes

From: Rob Herring
Date: Fri May 24 2019 - 16:56:41 EST


On Wed, 22 May 2019 16:17:11 +0530, Puneet Saxena wrote:
> From: Krishna Reddy <vdumpa@xxxxxxxxxx>
>
> Ignore disabled nodes in the memory-region
> nodes list and continue to initialize the rest
> of enabled nodes.
>
> Check if the "reserved-memory" node is available
> and if it's not available, return 0 to ignore the
> "reserved-memory" node and continue parsing with
> next node in memory-region nodes list.
>
> Signed-off-by: Krishna Reddy <vdumpa@xxxxxxxxxx>
> Signed-off-by: Puneet Saxena <puneets@xxxxxxxxxx>
> ---
> v2:
> * Fixed typo in commit message.
> * Used "of_device_is_available" to check "reserved-memory"
> nodes are disabled/enabled.
>
> drivers/of/of_reserved_mem.c | 3 +++
> 1 file changed, 3 insertions(+)
>

Applied, thanks.

Rob