* [PATCH] Add MSI interrupts to DTS of MPC8315E-RDB
@ 2009-06-05 14:45 leon.woestenberg
2009-06-06 0:44 ` David Gibson
0 siblings, 1 reply; 2+ messages in thread
From: leon.woestenberg @ 2009-06-05 14:45 UTC (permalink / raw)
To: linuxppc-dev, galak, linux-kernel, Leon Woestenberg
The PCIe MSI interrupts are missing from the device tree source, and
thus were not enabled. This patch adds them.
Tested to work on MPC8315E-RDB with custom FPGA PCIe device.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Tested-by: Leon Woestenberg <leon@sidebranch.com>
diff --git a/arch/powerpc/boot/dts/mpc8315erdb.dts b/arch/powerpc/boot/dts/mpc8315erdb.dts
index 3f4c5fb..4f04667 100644
--- a/arch/powerpc/boot/dts/mpc8315erdb.dts
+++ b/arch/powerpc/boot/dts/mpc8315erdb.dts
@@ -322,6 +322,21 @@
reg = <0x700 0x100>;
device_type = "ipic";
};
+
+ ipic-msi@7c0 {
+ compatible = "fsl,ipic-msi";
+ reg = <0x7c0 0x40>;
+ msi-available-ranges = <0 0x100>;
+ interrupts = < 0x43 0x8
+ 0x4 0x8
+ 0x51 0x8
+ 0x52 0x8
+ 0x56 0x8
+ 0x57 0x8
+ 0x58 0x8
+ 0x59 0x8 >;
+ interrupt-parent = < &ipic >;
+ };
};
pci0: pci@e0008500 {
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add MSI interrupts to DTS of MPC8315E-RDB
2009-06-05 14:45 [PATCH] Add MSI interrupts to DTS of MPC8315E-RDB leon.woestenberg
@ 2009-06-06 0:44 ` David Gibson
0 siblings, 0 replies; 2+ messages in thread
From: David Gibson @ 2009-06-06 0:44 UTC (permalink / raw)
To: leon.woestenberg; +Cc: linuxppc-dev, Leon Woestenberg, linux-kernel
On Fri, Jun 05, 2009 at 07:45:41AM -0700, leon.woestenberg@gmail.com wrote:
> The PCIe MSI interrupts are missing from the device tree source, and
> thus were not enabled. This patch adds them.
>
> Tested to work on MPC8315E-RDB with custom FPGA PCIe device.
>
> Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
> Tested-by: Leon Woestenberg <leon@sidebranch.com>
>
> diff --git a/arch/powerpc/boot/dts/mpc8315erdb.dts b/arch/powerpc/boot/dts/mpc8315erdb.dts
> index 3f4c5fb..4f04667 100644
> --- a/arch/powerpc/boot/dts/mpc8315erdb.dts
> +++ b/arch/powerpc/boot/dts/mpc8315erdb.dts
> @@ -322,6 +322,21 @@
> reg = <0x700 0x100>;
> device_type = "ipic";
> };
> +
> + ipic-msi@7c0 {
> + compatible = "fsl,ipic-msi";
> + reg = <0x7c0 0x40>;
> + msi-available-ranges = <0 0x100>;
This patch appears not to use consistent whitespace formatting.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-06 3:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-05 14:45 [PATCH] Add MSI interrupts to DTS of MPC8315E-RDB leon.woestenberg
2009-06-06 0:44 ` David Gibson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).