On Tue, Mar 18, 2025 at 1:25 AM Rob Herring (Arm) <robh@xxxxxxxxxx> wrote: > > Use the newly added of_reserved_mem_region_to_resource() and > of_reserved_mem_region_count() functions to handle "memory-region" > properties. > > The error handling is a bit different in some cases. Often > "memory-region" is optional, so failed lookup is not an error. But then > an error in of_reserved_mem_lookup() is treated as an error. However, > that distinction is not really important. Either the region is available > and usable or it is not. So now, it is just > of_reserved_mem_region_to_resource() which is checked for an error. > > Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx> For IMX part: Reviewed-by: Daniel Baluta <daniel.baluta@xxxxxxx>