]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/85xx: MPC8572DS - Update the MSI interrupts into 4-cell format
authorJia Hongtao <B38951@freescale.com>
Tue, 10 Jul 2012 06:08:26 +0000 (14:08 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 10 Jul 2012 12:08:35 +0000 (07:08 -0500)
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>
arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts
arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts

index d34d12712125ea398e1d2fccfee5c8dce715bf8b..ef9ef56b3eebc06aa89d9c2457e03a642c2c3374 100644 (file)
                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";
index 193239647279b9f5f9deb70b29da9d04c6888c91..24564ee108e5ca41edd2b87b2d37d3209d8a55dc 100644 (file)
                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";