commit | 4e02e702bdc2afbad249e2a8d0023bc179101679 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Tue Oct 19 11:05:01 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Oct 21 07:39:05 2021 +0200 |
tree | 4df84ba89b5deaa72d9f77625557aa07fdad6f04 | |
parent | b7cc2fe303e14e4374001d00a0067c50718e4c11 [diff] |
arm: a37xx: pci: Fix condition for CRS response As stated in comment above the code, CRS response can be returned to OS only for 4-byte PCI_VENDOR_ID config read request. So fix the code. Fixes: 1d7ad68559e2 ("arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root Port") Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>