]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
powerpc/dts: fix lbc lack of error interrupt
authorWang Dongsheng <dongsheng.wang@freescale.com>
Tue, 7 Jan 2014 06:26:42 +0000 (14:26 +0800)
committerScott Wood <scottwood@freescale.com>
Fri, 10 Jan 2014 23:18:36 +0000 (17:18 -0600)
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>
arch/powerpc/boot/dts/fsl/p1020si-post.dtsi
arch/powerpc/boot/dts/fsl/p1021si-post.dtsi
arch/powerpc/boot/dts/fsl/p1022si-post.dtsi
arch/powerpc/boot/dts/fsl/p1023si-post.dtsi

index 68cc5e7f64777c6a1021494dc5826df4a658c83b..642dc3a83d0e352a46583df09dbecddeb46bc091 100644 (file)
@@ -36,7 +36,8 @@
        #address-cells = <2>;
        #size-cells = <1>;
        compatible = "fsl,p1020-elbc", "fsl,elbc", "simple-bus";
-       interrupts = <19 2 0 0>;
+       interrupts = <19 2 0 0>,
+                    <16 2 0 0>;
 };
 
 /* controller at 0x9000 */
index adb82fd9057f3ddba3861b3a1f5928fd7d5844c9..407cb5fd0f5bad533d31e7afc613f83fd36f3e67 100644 (file)
@@ -36,7 +36,8 @@
        #address-cells = <2>;
        #size-cells = <1>;
        compatible = "fsl,p1021-elbc", "fsl,elbc", "simple-bus";
-       interrupts = <19 2 0 0>;
+       interrupts = <19 2 0 0>,
+                    <16 2 0 0>;
 };
 
 /* controller at 0x9000 */
index e179803a81ef88b6c17feeba36a157bbe3a51dbd..ebf2022345498602fdc3a31487631bfd2e556ed8 100644 (file)
@@ -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 */
index f1105bffa915672c2b8d1d65a362c8c0d64d0626..81437fdf1db4f0ba1198487ce6c0dc452c856885 100644 (file)
@@ -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 */