Skip to content

Commit

Permalink
powerpc/85xx: MPC8572DS - Update the MSI interrupts into 4-cell format
Browse files Browse the repository at this point in the history
With 2-cell format interrupts of MSI PCIe ethernet card can not work.

Signed-off-by: Li Yang <[email protected]>
Signed-off-by: Jia Hongtao <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
Jia Hongtao authored and kumargala committed Jul 10, 2012
1 parent a2ec009 commit 1f0e90a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
8 changes: 4 additions & 4 deletions arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 1f0e90a

Please sign in to comment.