aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-05-08 17:28:42 -0400
committerKumar Gala <galak@kernel.crashing.org>2009-05-19 01:50:37 -0400
commit12ac426f889f3a6b821c7ca73e74d83f0fc84c13 (patch)
treea0ab8ef94debd4a68b8f75a90d7f516f23724f5e /arch/powerpc/boot
parent190ee6ed71577257106a0366c16473a5c81f582f (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')
-rw-r--r--arch/powerpc/boot/dts/mpc8568mds.dts16
-rw-r--r--arch/powerpc/boot/dts/mpc8569mds.dts16
2 files changed, 32 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";
diff --git a/arch/powerpc/boot/dts/mpc8569mds.dts b/arch/powerpc/boot/dts/mpc8569mds.dts
index 23a102ea9143..39c2927503cf 100644
--- a/arch/powerpc/boot/dts/mpc8569mds.dts
+++ b/arch/powerpc/boot/dts/mpc8569mds.dts
@@ -252,6 +252,22 @@
252 device_type = "open-pic"; 252 device_type = "open-pic";
253 }; 253 };
254 254
255 msi@41600 {
256 compatible = "fsl,mpc8568-msi", "fsl,mpic-msi";
257 reg = <0x41600 0x80>;
258 msi-available-ranges = <0 0x100>;
259 interrupts = <
260 0xe0 0
261 0xe1 0
262 0xe2 0
263 0xe3 0
264 0xe4 0
265 0xe5 0
266 0xe6 0
267 0xe7 0>;
268 interrupt-parent = <&mpic>;
269 };
270
255 global-utilities@e0000 { 271 global-utilities@e0000 {
256 compatible = "fsl,mpc8569-guts"; 272 compatible = "fsl,mpc8569-guts";
257 reg = <0xe0000 0x1000>; 273 reg = <0xe0000 0x1000>;