diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-07-21 10:33:23 +0000 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-08-04 14:21:10 -0500 |
commit | 07c638398f490e63275ae23aa51b7c50df7d1a49 (patch) | |
tree | 2d3fbc856b33d4495751891159bebf06262576a2 /arch/powerpc/boot/dts/tqm8548.dts | |
parent | ba4d1275d1ad89a17cd529f7755e227ead52be4e (diff) |
powerpc/tqm85xx: update PCI interrupt-map attribute
Update PCI IRQ mapping on TQM85xx platforms: include INTC and INTD on PCI-X
slot and add INTA/INTB mapping for PCMCIA bridge.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/tqm8548.dts')
-rw-r--r-- | arch/powerpc/boot/dts/tqm8548.dts | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/tqm8548.dts b/arch/powerpc/boot/dts/tqm8548.dts index 025759c7c955..a050ae427108 100644 --- a/arch/powerpc/boot/dts/tqm8548.dts +++ b/arch/powerpc/boot/dts/tqm8548.dts @@ -442,7 +442,14 @@ interrupt-map = < /* IDSEL 28 */ 0xe000 0 0 1 &mpic 2 1 - 0xe000 0 0 2 &mpic 3 1>; + 0xe000 0 0 2 &mpic 3 1 + 0xe000 0 0 3 &mpic 6 1 + 0xe000 0 0 4 &mpic 5 1 + + /* IDSEL 11 */ + 0x5800 0 0 1 &mpic 6 1 + 0x5800 0 0 2 &mpic 5 1 + >; interrupt-parent = <&mpic>; interrupts = <24 2>; |