diff options
author | Wang Dongsheng <dongsheng.wang@freescale.com> | 2014-01-07 14:26:42 +0800 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-01-10 17:18:36 -0600 |
commit | 297649b9f516a840d56bc2df6dda5a6f9c50cea5 (patch) | |
tree | c8baf347359de58f21cdcecc44333d4b741a08f1 /arch/powerpc/boot/dts/fsl/p1022si-post.dtsi | |
parent | be2019816e4dcdb02493da332b65a8b68b70106c (diff) | |
download | talos-op-linux-297649b9f516a840d56bc2df6dda5a6f9c50cea5.tar.gz talos-op-linux-297649b9f516a840d56bc2df6dda5a6f9c50cea5.zip |
powerpc/dts: fix lbc lack of error interrupt
P1020, P1021, P1022, P1023 when the lbc get error, the error
interrupt will be triggered. The corresponding interrupt is
internal IRQ0. So system have to process the lbc IRQ0 interrupt.
The corresponding lbc general interrupt is internal IRQ3.
Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com>
[scottwood@freescale.com: bracketed individual list elements]
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/p1022si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/p1022si-post.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p1022si-post.dtsi b/arch/powerpc/boot/dts/fsl/p1022si-post.dtsi index e179803a81ef..ebf202234549 100644 --- a/arch/powerpc/boot/dts/fsl/p1022si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/p1022si-post.dtsi @@ -40,7 +40,8 @@ * pin muxing when the DIU is enabled. */ compatible = "fsl,p1022-elbc", "fsl,elbc"; - interrupts = <19 2 0 0>; + interrupts = <19 2 0 0>, + <16 2 0 0>; }; /* controller at 0x9000 */ |