Commit 4dc2a6cf authored by leon.woestenberg@gmail.com's avatar leon.woestenberg@gmail.com Committed by Kumar Gala

powerpc/83xx: Add MSI interrupts to DTS of MPC8315E-RDB

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: default avatarLeon Woestenberg <leon@sidebranch.com>
Tested-by: default avatarLeon Woestenberg <leon@sidebranch.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 7a5c62fb
......@@ -322,6 +322,21 @@ ipic: interrupt-controller@700 {
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment