Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 297649b9 authored by Wang Dongsheng's avatar Wang Dongsheng Committed by Scott Wood
Browse files

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: default avatarWang Dongsheng <dongsheng.wang@freescale.com>
[scottwood@freescale.com: bracketed individual list elements]
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent be201981
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 */
+2 −1
Original line number Diff line number Diff line
@@ -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 */
+2 −1
Original line number Diff line number Diff line
@@ -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 */
+2 −1
Original line number Diff line number Diff line
@@ -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 */