pci: mpc85xx: Support 64-bit bus and cpu address
authorBin Meng <bmeng.cn@gmail.com>
Thu, 25 Feb 2021 09:22:42 +0000 (17:22 +0800)
committerPriyanka Jain <priyanka.jain@nxp.com>
Fri, 5 Mar 2021 04:55:43 +0000 (10:25 +0530)
commit8461ee51151e153045eb3ce97eb334a1921e1d5c
tree84b091ab861e63adc0f795f6fae8f4f8be36f42b
parent03ff970a1b5a07f0814adf8156e2fb520ffb322a
pci: mpc85xx: Support 64-bit bus and cpu address

At present the driver only supports 32-bit bus and cpu address.
The controller's outbound registers/fields for extended address
are not programmed. Let's program them to support 64-bit bus and
cpu address.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
drivers/pci/pci_mpc85xx.c