|
@@ -19,6 +19,7 @@
|
|
|
#include <i2c.h>
|
|
|
#include <asm/arch/mmu.h>
|
|
|
#include <asm/arch/soc.h>
|
|
|
+#include <asm/arch/ppa.h>
|
|
|
#include <fsl_sec.h>
|
|
|
|
|
|
#include "../common/qixis.h"
|
|
@@ -181,6 +182,10 @@ int board_init(void)
|
|
|
|
|
|
QIXIS_WRITE(rst_ctl, QIXIS_RST_CTL_RESET_EN);
|
|
|
|
|
|
+#ifdef CONFIG_FSL_LS_PPA
|
|
|
+ ppa_init();
|
|
|
+#endif
|
|
|
+
|
|
|
#ifdef CONFIG_FSL_MC_ENET
|
|
|
/* invert AQR405 IRQ pins polarity */
|
|
|
out_le32(irq_ccsr + IRQCR_OFFSET / 4, AQR405_IRQ_MASK);
|