diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-12-07 12:17:34 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-12-11 22:34:20 -0600 |
commit | 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d (patch) | |
tree | 78409af74c00710d92724acc7f725b8726833d26 /include/asm-ppc | |
parent | 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c (diff) | |
download | u-boot-imx-8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d.zip u-boot-imx-8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d.tar.gz u-boot-imx-8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d.tar.bz2 |
Handle MPC85xx PCIe reset errata (PCI-Ex 38)
On the MPC85xx boards that have PCIe enable the PCIe errata fix.
(MPC8544DS, MPC8548CDS, MPC8568MDS).
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/immap_fsl_pci.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-ppc/immap_fsl_pci.h b/include/asm-ppc/immap_fsl_pci.h index bd732b6..6715064 100644 --- a/include/asm-ppc/immap_fsl_pci.h +++ b/include/asm-ppc/immap_fsl_pci.h @@ -144,7 +144,9 @@ typedef struct ccsr_pci { u32 perr_cap1; /* 0xe2c - PCIE Error Capture Register 1 */ u32 perr_cap2; /* 0xe30 - PCIE Error Capture Register 2 */ u32 perr_cap3; /* 0xe34 - PCIE Error Capture Register 3 */ - char res23[456]; /* (- #x1000 #xe38) 456 */ + char res23[200]; + u32 pdb_stat; /* 0xf00 - PCIE Debug Status */ + char res24[252]; } ccsr_fsl_pci_t; #endif /*__IMMAP_fsl_pci__*/ |