提交 8cf6b195 编写于 作者: K Kim Phillips 提交者: Kumar Gala

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

This is used on the mpc8315 SoC for TDM DMA error interrupts.
Signed-off-by: NJerry Huang <Chang-Ming.Huang@freescale.com>
Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
上级 05a07af6
...@@ -497,6 +497,12 @@ static struct ipic_info ipic_info[] = { ...@@ -497,6 +497,12 @@ static struct ipic_info ipic_info[] = {
.force = IPIC_SIFCR_L, .force = IPIC_SIFCR_L,
.bit = 27, .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) static inline u32 ipic_read(volatile u32 __iomem *base, unsigned int reg)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册