commit | d647b46e7bd1763aee20c4ad63072b94335c075f | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Mon Oct 14 11:29:39 2019 +0200 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Wed Nov 06 16:30:19 2019 +0530 |
tree | 38b8dc465b7989947144fb2e945dff7fd76e2908 | |
parent | 1d7ed2ddddf39c51fcbc9309f08f42aba8ac2c70 [diff] |
pci: add DM based mpc85xx driver add DM based PCI Configuration space access support for MPC85xx PCI Bridge. This driver is based on arch/powerpc/cpu/mpc85xx/pci.c In the old driver there is a fix for a hw issue on the TARGET_MPC8555CDS and TARGET_MPC8541CDS boards. As I have no such hardware I did not port this part. Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>