Re: [PATCH 1/3] PCI: of: Warn if non-prefetchable memory aperture size is > 32-bit

From: Rob Herring
Date: Mon Oct 26 2020 - 13:52:02 EST


On Fri, Oct 23, 2020 at 2:57 PM Vidya Sagar <vidyas@xxxxxxxxxx> wrote:
>
> As per PCIe spec r5.0, sec 7.5.1.3.8 only 32-bit BAR registers are defined
> for non-prefetchable memory and hence a warning should be reported when
> the size of them go beyond 32-bits.
>
> Signed-off-by: Vidya Sagar <vidyas@xxxxxxxxxx>
> ---
> drivers/pci/of.c | 5 +++++
> 1 file changed, 5 insertions(+)

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>