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!