commit | 2f9b519257c450de60ca1f7d78670668b2e816ab | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Fri Oct 22 16:22:12 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Nov 03 06:45:26 2021 +0100 |
tree | fb065f0552d59dcb355bd28072fe46d2ac2f2016 | |
parent | b0877d11fff33ea8117f04c5b1afb05469a31664 [diff] |
pci: pci_mvebu: Fix place of link up detection PCI Bridge is always accessible also when link is down. So move detection of link up from mvebu_pcie_of_to_plat() function to mvebu_pcie_valid_addr() function which is used when accessing PCI config space. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>