summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/fsl/p1010rdb.dtsi
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2016-01-13 22:55:01 (GMT)
committerMichael Ellerman <mpe@ellerman.id.au>2016-01-13 22:55:01 (GMT)
commitbe6bfc29bc759670fb3a2519325c4ab2edf259c9 (patch)
treee4ffd461d48ecd984b6f250834dcccf099b1f6b9 /arch/powerpc/boot/dts/fsl/p1010rdb.dtsi
parenta61674bdfc7c2bf909c4010699607b62b69b7bec (diff)
parent44451d4d8f0e35153b3e7e3d40e198f2cf9ac36a (diff)
downloadlinux-be6bfc29bc759670fb3a2519325c4ab2edf259c9.tar.xz
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next
Freescale updates from Scott: "Highlights include moving QE code out of arch/powerpc (to be shared with arm), device tree updates, and minor fixes."
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/p1010rdb.dtsi')
-rw-r--r--arch/powerpc/boot/dts/fsl/p1010rdb.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p1010rdb.dtsi b/arch/powerpc/boot/dts/fsl/p1010rdb.dtsi
index 0f0ced6..14b6295 100644
--- a/arch/powerpc/boot/dts/fsl/p1010rdb.dtsi
+++ b/arch/powerpc/boot/dts/fsl/p1010rdb.dtsi
@@ -215,3 +215,19 @@
phy-connection-type = "sgmii";
};
};
+
+&pci0 {
+ pcie@0 {
+ interrupt-map = <
+ /* IDSEL 0x0 */
+ /*
+ *irq[4:5] are active-high
+ *irq[6:7] are active-low
+ */
+ 0000 0x0 0x0 0x1 &mpic 0x4 0x2 0x0 0x0
+ 0000 0x0 0x0 0x2 &mpic 0x5 0x2 0x0 0x0
+ 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
+ 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
+ >;
+ };
+};