diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-05-08 17:28:42 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-05-19 01:50:37 -0400 |
commit | 12ac426f889f3a6b821c7ca73e74d83f0fc84c13 (patch) | |
tree | a0ab8ef94debd4a68b8f75a90d7f516f23724f5e /arch/powerpc/boot/dts/mpc8568mds.dts | |
parent | 190ee6ed71577257106a0366c16473a5c81f582f (diff) |
powerpc/85xx: Add MSI nodes for MPC8568/9 MDS systems
The MPC8568/9 chips support MSIs on PCIe so no reason not to enable them.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8568mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8568mds.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts index 038913deb2e9..00c2bbda7013 100644 --- a/arch/powerpc/boot/dts/mpc8568mds.dts +++ b/arch/powerpc/boot/dts/mpc8568mds.dts | |||
@@ -288,6 +288,22 @@ | |||
288 | device_type = "open-pic"; | 288 | device_type = "open-pic"; |
289 | }; | 289 | }; |
290 | 290 | ||
291 | msi@41600 { | ||
292 | compatible = "fsl,mpc8568-msi", "fsl,mpic-msi"; | ||
293 | reg = <0x41600 0x80>; | ||
294 | msi-available-ranges = <0 0x100>; | ||
295 | interrupts = < | ||
296 | 0xe0 0 | ||
297 | 0xe1 0 | ||
298 | 0xe2 0 | ||
299 | 0xe3 0 | ||
300 | 0xe4 0 | ||
301 | 0xe5 0 | ||
302 | 0xe6 0 | ||
303 | 0xe7 0>; | ||
304 | interrupt-parent = <&mpic>; | ||
305 | }; | ||
306 | |||
291 | par_io@e0100 { | 307 | par_io@e0100 { |
292 | reg = <0xe0100 0x100>; | 308 | reg = <0xe0100 0x100>; |
293 | device_type = "par_io"; | 309 | device_type = "par_io"; |