commit | c176cddf604b235d29bf7ef4ae2d5555b946b07c | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Thu Apr 13 22:41:46 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 01 18:59:33 2023 -0400 |
tree | 723a1f2c5772d4cb4a19148fd0b469e7b9c1b15b | |
parent | 861ce849d449c2c1c9c7e0a639499524888505f3 [diff] |
pci: mpc85xx: Do not try to access extended PCIe registers Driver pci_mpc85xx.c is PCI controller driver for old PCI Local Bus, which does not support access to extended PCIe registers (above 0xff), as opposite of the PCIe driver pcie_fsl.c for the same platform. So do not try to access extended PCIe registers as it cannot work. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Heiko Schocher <hs@denx.de> Tested-by: Heiko Schocher <hs@denx.de>