]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ppc/85xx: Add PIB/ATM support for MPC8569mds
authorLiu Yu <yu.liu@freescale.com>
Fri, 27 Nov 2009 07:31:51 +0000 (15:31 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 26 Jan 2010 04:13:26 +0000 (22:13 -0600)
Signed-off-by: Liu Yu <yu.liu@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/freescale/common/pq-mds-pib.c
board/freescale/mpc8569mds/mpc8569mds.c

index 6c72aa1a43f25e81bbaa3ee84f7fca180462dac7..5f7a67d057d57938c66145c2d522a803d619257a 100644 (file)
@@ -63,7 +63,7 @@ int pib_init(void)
 #endif
 
 #if defined(CONFIG_PQ_MDS_PIB_ATM)
-#if defined(CONFIG_MPC8360EMDS)
+#if defined(CONFIG_MPC8360EMDS) || defined(CONFIG_MPC8569MDS)
        val8 = 0;
        i2c_write(0x20, 0x6, 1, &val8, 1);
        i2c_write(0x20, 0x7, 1, &val8, 1);
index 1c76b84efc1c7788106237f81fe7a755b72d62d4..1eddeef37f3b1dd6768492070a145fea8728ab64 100644 (file)
@@ -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);