Commit 1f0e90ad authored by Jia Hongtao's avatar Jia Hongtao Committed by Kumar Gala
Browse files

powerpc/85xx: MPC8572DS - Update the MSI interrupts into 4-cell format



With 2-cell format interrupts of MSI PCIe ethernet card can not work.

Signed-off-by: default avatarLi Yang <leoli@freescale.com>
Signed-off-by: default avatarJia Hongtao <B38951@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent a2ec009b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -67,10 +67,10 @@
		msi@41600 {
			msi-available-ranges = <0 0x80>;
			interrupts = <
				0xe0 0
				0xe1 0
				0xe2 0
				0xe3 0>;
				0xe0 0 0 0
				0xe1 0 0 0
				0xe2 0 0 0
				0xe3 0 0 0>;
		};
		timer@42100 {
			status = "disabled";
+4 −4
Original line number Diff line number Diff line
@@ -97,10 +97,10 @@
		msi@41600 {
			msi-available-ranges = <0x80 0x80>;
			interrupts = <
				0xe4 0
				0xe5 0
				0xe6 0
				0xe7 0>;
				0xe4 0 0 0
				0xe5 0 0 0
				0xe6 0 0 0
				0xe7 0 0 0>;
		};
		global-utilities@e0000 {
			status = "disabled";