Re: [PATCH 1/1] of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses

From: Rob Herring
Date: Wed Apr 21 2021 - 08:52:13 EST


On Thu, 15 Apr 2021 15:00:51 -0300, Leonardo Bras wrote:
> Many other resource flag parsers already add this flag when the input
> has bits 24 & 25 set, so update this one to do the same.
>
> Some devices (like virtio-net) have more than one memory resource
> (like MMIO32 and MMIO64) and without this flag it would be needed to
> verify the address range to know which one is which.
>
> Signed-off-by: Leonardo Bras <leobras.c@xxxxxxxxx>
> ---
> drivers/of/address.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>

Applied, thanks!