summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/fsl/p1023si-post.dtsi
diff options
context:
space:
mode:
authorWang Dongsheng <dongsheng.wang@freescale.com>2013-05-16 10:27:26 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-05-17 00:53:10 (GMT)
commitb81dba7e73ffb253a41b6a85e9bff9a1a2dc1d12 (patch)
tree46c6f86de7de1cd4c7a519bc99bc822d5a61074c /arch/powerpc/boot/dts/fsl/p1023si-post.dtsi
parent8e2b904efa843199b2cd29919d835a3e231b14b3 (diff)
downloadlinux-fsl-qoriq-b81dba7e73ffb253a41b6a85e9bff9a1a2dc1d12.tar.xz
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> Change-Id: Ice300265ca9e6bec361b8804ebe97677bbbc5db8 Reviewed-on: http://git.am.freescale.net:8181/2468 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Wood Scott-B07421 <scottwood@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/p1023si-post.dtsi')
-rw-r--r--arch/powerpc/boot/dts/fsl/p1023si-post.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p1023si-post.dtsi b/arch/powerpc/boot/dts/fsl/p1023si-post.dtsi
index bb32dbd..95c4ac0 100644
--- a/arch/powerpc/boot/dts/fsl/p1023si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/p1023si-post.dtsi
@@ -36,7 +36,8 @@
#address-cells = <2>;
#size-cells = <1>;
compatible = "fsl,p1023-elbc", "fsl,elbc", "simple-bus";
- interrupts = <19 2 0 0>;
+ interrupts = <19 2 0 0
+ 16 2 0 0>;
};
/* controller at 0xa000 */