powerpc/85xx: handle the eLBC error interrupt if it exists in dts
authorShaohui Xie <Shaohui.Xie@freescale.com>
Tue, 7 Jan 2014 06:27:41 +0000 (14:27 +0800)
committerScott Wood <scottwood@freescale.com>
Fri, 10 Jan 2014 23:19:27 +0000 (17:19 -0600)
commita655f724df2c0e1634477c7e89da81477a691c0f
treeb0ecfb9a8e9cdd1c24bd0ce1cdc4851263641994
parent297649b9f516a840d56bc2df6dda5a6f9c50cea5
powerpc/85xx: handle the eLBC error interrupt if it exists in dts

On P1020, P1021, P1022, and P1023, eLBC event interrupts are routed
to internal interrupt 3 while ELBC error interrupts are routed to
internal interrupt 0.  We need to call request_irq for each.

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
[scottwood@freescale.com: reworded commit message and fixed author]
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/include/asm/fsl_lbc.h
arch/powerpc/sysdev/fsl_lbc.c