aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJia Hongtao <B38951@freescale.com>2012-07-10 02:08:26 -0400
committerKumar Gala <galak@kernel.crashing.org>2012-07-10 08:08:35 -0400
commit1f0e90ad7a3b6f9f8a0598ed30f4e9c7dd9ff82e (patch)
tree8d5babdb559e725656ed227673676b4460009f1f /arch
parenta2ec009b7544fdbf1c6b6d624ce0167556247370 (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts8
-rw-r--r--arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts8
2 files changed, 8 insertions, 8 deletions
diff --git a/arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts b/arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts
index d34d1271212..ef9ef56b3ee 100644
--- a/arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts
+++ b/arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts
@@ -67,10 +67,10 @@
67 msi@41600 { 67 msi@41600 {
68 msi-available-ranges = <0 0x80>; 68 msi-available-ranges = <0 0x80>;
69 interrupts = < 69 interrupts = <
70 0xe0 0 70 0xe0 0 0 0
71 0xe1 0 71 0xe1 0 0 0
72 0xe2 0 72 0xe2 0 0 0
73 0xe3 0>; 73 0xe3 0 0 0>;
74 }; 74 };
75 timer@42100 { 75 timer@42100 {
76 status = "disabled"; 76 status = "disabled";
diff --git a/arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts b/arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts
index 19323964727..24564ee108e 100644
--- a/arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts
+++ b/arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts
@@ -97,10 +97,10 @@
97 msi@41600 { 97 msi@41600 {
98 msi-available-ranges = <0x80 0x80>; 98 msi-available-ranges = <0x80 0x80>;
99 interrupts = < 99 interrupts = <
100 0xe4 0 100 0xe4 0 0 0
101 0xe5 0 101 0xe5 0 0 0
102 0xe6 0 102 0xe6 0 0 0
103 0xe7 0>; 103 0xe7 0 0 0>;
104 }; 104 };
105 global-utilities@e0000 { 105 global-utilities@e0000 {
106 status = "disabled"; 106 status = "disabled";