summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-04-22 21:07:51 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-04-22 21:07:51 -0700
commit205b9c9c6eb9c309759ff1e52ffa85ae8965b382 (patch)
tree4ca6761d0fd5bc5b04bd2b059bfe8cbd59c067f6 /arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi
parent7e296295437d3e54662e9e217fb20330e3c38f6f (diff)
parent446f6d06fab0b49c61887ecbe8286d6aaa796637 (diff)
downloadop-kernel-dev-205b9c9c6eb9c309759ff1e52ffa85ae8965b382.zip
op-kernel-dev-205b9c9c6eb9c309759ff1e52ffa85ae8965b382.tar.gz
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
Pull powerpc fixes from Benjamin Herrenschmidt: "Here are a few fixes for powerpc. Note the addition to the generic irq.h. This is part of a 3-patches regression fix for mpic due to changes in how IRQ_TYPE_NONE is being handled. Thomas agreed to the addition of the new IRQ_TYPE_DEFAULT contant, however he hasn't replied with an Ack to the actual patch yet. I don't to wait much longer with these patches tho." * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: powerpc/mpic: Properly set default triggers irq: Add IRQ_TYPE_DEFAULT for use by PIC drivers powerpc/mpic: Fix confusion between hw_irq and virq powerpc/pmac: Don't add_timer() twice powerpc/eeh: Fix crash caused by null eeh_dev powerpc/mpc85xx: add MPIC message dts node powerpc/mpic_msgr: fix offset error when setting mer register powerpc/mpic_msgr: add lock for MPIC message global variable powerpc/mpic_msgr: fix compile error when SMP disabled powerpc: fix build when CONFIG_BOOKE_WDT is enabled powerpc/85xx: don't call of_platform_bus_probe() twice
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi')
-rw-r--r--arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi b/arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi
index fdedf7b..71c30eb 100644
--- a/arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi
+++ b/arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi
@@ -53,6 +53,16 @@ timer@41100 {
3 0 3 0>;
};
+message@41400 {
+ compatible = "fsl,mpic-v3.1-msgr";
+ reg = <0x41400 0x200>;
+ interrupts = <
+ 0xb0 2 0 0
+ 0xb1 2 0 0
+ 0xb2 2 0 0
+ 0xb3 2 0 0>;
+};
+
msi@41600 {
compatible = "fsl,mpic-msi";
reg = <0x41600 0x80>;
OpenPOWER on IntegriCloud