[Feature]add MT2731_MP2_MR2_SVN388 baseline version
Change-Id: Ief04314834b31e27effab435d3ca8ba33b499059
diff --git a/src/kernel/linux/v4.14/arch/mips/xilfpga/intc.c b/src/kernel/linux/v4.14/arch/mips/xilfpga/intc.c
new file mode 100644
index 0000000..a127cca
--- /dev/null
+++ b/src/kernel/linux/v4.14/arch/mips/xilfpga/intc.c
@@ -0,0 +1,22 @@
+/*
+ * Xilfpga interrupt controller setup
+ *
+ * Copyright (C) 2015 Imagination Technologies
+ * Author: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ */
+
+#include <linux/of.h>
+#include <linux/of_irq.h>
+#include <linux/irqchip.h>
+
+#include <asm/irq_cpu.h>
+
+
+void __init arch_init_irq(void)
+{
+ irqchip_init();
+}