diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-01-06 10:23:37 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-01-07 09:18:52 -0600 |
commit | be122d6d8b836fec329d740e75bfbdffa96ff6ff (patch) | |
tree | 2c268bcc9fb962a9d4ab96f61349c9c15f166a84 /arch/powerpc/boot/dts/mpc8544ds.dts | |
parent | 1433fa7d8da608f59df1f6f381da00958bf5a0b7 (diff) | |
download | blackbird-op-linux-be122d6d8b836fec329d740e75bfbdffa96ff6ff.tar.gz blackbird-op-linux-be122d6d8b836fec329d740e75bfbdffa96ff6ff.zip |
powerpc/85xx: Fix PCIe error interrupts
The PCIe interrupts for 8544ds and 8572ds were incorrect. The 8572 case
was found by Liu Yu.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8544ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8544ds.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8544ds.dts b/arch/powerpc/boot/dts/mpc8544ds.dts index b9da42105066..0668d1048779 100644 --- a/arch/powerpc/boot/dts/mpc8544ds.dts +++ b/arch/powerpc/boot/dts/mpc8544ds.dts @@ -313,7 +313,7 @@ 0x1000000 0x0 0x0 0xe1010000 0x0 0x10000>; clock-frequency = <33333333>; interrupt-parent = <&mpic>; - interrupts = <26 2>; + interrupts = <25 2>; interrupt-map-mask = <0xf800 0x0 0x0 0x7>; interrupt-map = < /* IDSEL 0x0 */ @@ -350,7 +350,7 @@ 0x1000000 0x0 0x0 0xe1020000 0x0 0x10000>; clock-frequency = <33333333>; interrupt-parent = <&mpic>; - interrupts = <25 2>; + interrupts = <26 2>; interrupt-map-mask = <0xf800 0x0 0x0 0x7>; interrupt-map = < /* IDSEL 0x0 */ |