Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Li Yang <leoli@freescale.com>
Signed-off-by: Jia Hongtao <B38951@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

authored by

Jia Hongtao and committed by
Kumar Gala
1f0e90ad a2ec009b

+8 -8
+4 -4
arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts
··· 67 67 msi@41600 { 68 68 msi-available-ranges = <0 0x80>; 69 69 interrupts = < 70 - 0xe0 0 71 - 0xe1 0 72 - 0xe2 0 73 - 0xe3 0>; 70 + 0xe0 0 0 0 71 + 0xe1 0 0 0 72 + 0xe2 0 0 0 73 + 0xe3 0 0 0>; 74 74 }; 75 75 timer@42100 { 76 76 status = "disabled";
+4 -4
arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts
··· 97 97 msi@41600 { 98 98 msi-available-ranges = <0x80 0x80>; 99 99 interrupts = < 100 - 0xe4 0 101 - 0xe5 0 102 - 0xe6 0 103 - 0xe7 0>; 100 + 0xe4 0 0 0 101 + 0xe5 0 0 0 102 + 0xe6 0 0 0 103 + 0xe7 0 0 0>; 104 104 }; 105 105 global-utilities@e0000 { 106 106 status = "disabled";