瀏覽代碼

[POWERPC] 83xx: ipic: add interrupt vector 94

This is used on the mpc8315 SoC for TDM DMA error interrupts.

Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Kim Phillips 18 年之前
父節點
當前提交
8cf6b19522
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      arch/powerpc/sysdev/ipic.c

+ 6 - 0
arch/powerpc/sysdev/ipic.c

@@ -497,6 +497,12 @@ static struct ipic_info ipic_info[] = {
 		.force	= IPIC_SIFCR_L,
 		.bit	= 27,
 	},
+	[94] = {
+		.mask	= IPIC_SIMSR_L,
+		.prio	= 0,
+		.force	= IPIC_SIFCR_L,
+		.bit	= 30,
+	},
 };
 
 static inline u32 ipic_read(volatile u32 __iomem *base, unsigned int reg)