diff options
author | Malcolm Crossley <malcolm.crossley2@gefanuc.com> | 2010-01-11 07:23:44 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-02-17 22:48:21 -0500 |
commit | 41cbdeef37b6614f6bac4e3953dd2c7208bbe1d0 (patch) | |
tree | f38582db5cfbcfbc63a011014ae57f07bd5e8e43 /arch/powerpc/boot | |
parent | 26216e3e15ed8257e582966989f5da3bdbdfa135 (diff) |
powerpc/86xx: Add MSI section to GE PPC9A DTS
Add the MSI section to the DTS file for the GE PPC9A.
Signed-off-by: Malcolm Crossley <malcolm.crossley2@gefanuc.com>
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/gef_ppc9a.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/gef_ppc9a.dts b/arch/powerpc/boot/dts/gef_ppc9a.dts index c86114e93f1e..977f260d5e64 100644 --- a/arch/powerpc/boot/dts/gef_ppc9a.dts +++ b/arch/powerpc/boot/dts/gef_ppc9a.dts | |||
@@ -341,6 +341,22 @@ | |||
341 | device_type = "open-pic"; | 341 | device_type = "open-pic"; |
342 | }; | 342 | }; |
343 | 343 | ||
344 | msi@41600 { | ||
345 | compatible = "fsl,mpc8641-msi", "fsl,mpic-msi"; | ||
346 | reg = <0x41600 0x80>; | ||
347 | msi-available-ranges = <0 0x100>; | ||
348 | interrupts = < | ||
349 | 0xe0 0 | ||
350 | 0xe1 0 | ||
351 | 0xe2 0 | ||
352 | 0xe3 0 | ||
353 | 0xe4 0 | ||
354 | 0xe5 0 | ||
355 | 0xe6 0 | ||
356 | 0xe7 0>; | ||
357 | interrupt-parent = <&mpic>; | ||
358 | }; | ||
359 | |||
344 | global-utilities@e0000 { | 360 | global-utilities@e0000 { |
345 | compatible = "fsl,mpc8641-guts"; | 361 | compatible = "fsl,mpc8641-guts"; |
346 | reg = <0xe0000 0x1000>; | 362 | reg = <0xe0000 0x1000>; |