summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8569mds/mpc8569mds.c
diff options
context:
space:
mode:
authorLiu Yu <yu.liu@freescale.com>2009-11-27 15:31:51 +0800
committerKumar Gala <galak@kernel.crashing.org>2010-01-25 22:13:26 -0600
commitd91803826985bfdf151eed66543ce3b1a301682f (patch)
treeb65863c8ca4faaf36f80f9745f63e80cf4fedbd4 /board/freescale/mpc8569mds/mpc8569mds.c
parent1118cdbfeb8fc3acfe542d08703153ac188f9dbd (diff)
downloadtalos-obmc-uboot-d91803826985bfdf151eed66543ce3b1a301682f.tar.gz
talos-obmc-uboot-d91803826985bfdf151eed66543ce3b1a301682f.zip
ppc/85xx: Add PIB/ATM support for MPC8569mds
Signed-off-by: Liu Yu <yu.liu@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8569mds/mpc8569mds.c')
-rw-r--r--board/freescale/mpc8569mds/mpc8569mds.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/freescale/mpc8569mds/mpc8569mds.c b/board/freescale/mpc8569mds/mpc8569mds.c
index 1c76b84efc..1eddeef37f 100644
--- a/board/freescale/mpc8569mds/mpc8569mds.c
+++ b/board/freescale/mpc8569mds/mpc8569mds.c
@@ -39,6 +39,9 @@
#include <fsl_esdhc.h>
#include "bcsr.h"
+#if defined(CONFIG_PQ_MDS_PIB)
+#include "../common/pq-mds-pib.h"
+#endif
phys_size_t fixed_sdram(void);
@@ -545,6 +548,10 @@ void pci_init_board(void)
debug (" pci_init_board: devdisr=%x, io_sel=%x\n", devdisr, io_sel);
+#if defined(CONFIG_PQ_MDS_PIB)
+ pib_init();
+#endif
+
#ifdef CONFIG_PCIE1
pcie_configured = is_fsl_pci_cfg(LAW_TRGT_IF_PCIE_1, io_sel);
OpenPOWER on IntegriCloud