summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-08-18 01:00:36 +0200
committerGregory CLEMENT <gregory.clement@bootlin.com>2022-09-02 16:53:46 +0200
commit39319cac50a28ea8801710148024186472d2cf08 (patch)
tree329cbd9b90cdf1abca9cde48b2256cf99e8caf26
parentb332ce1b7acb7a6777096ad3aa33b7178dd504a6 (diff)
ARM: dts: dove: Add definitions for PCIe error interrupts
First PCIe controller on Dove SoC reports error interrupt via IRQ 15 and second PCIe controller via IRQ 17. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
-rw-r--r--arch/arm/boot/dts/dove.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 96ba47c061a7..00a36fba2fd2 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -122,8 +122,8 @@
bus-range = <0x00 0xff>;
#interrupt-cells = <1>;
- interrupt-names = "intx";
- interrupts = <16>;
+ interrupt-names = "intx", "error";
+ interrupts = <16>, <15>;
interrupt-map-mask = <0 0 0 7>;
interrupt-map = <0 0 0 1 &pcie0_intc 0>,
<0 0 0 2 &pcie0_intc 1>,
@@ -151,8 +151,8 @@
bus-range = <0x00 0xff>;
#interrupt-cells = <1>;
- interrupt-names = "intx";
- interrupts = <18>;
+ interrupt-names = "intx", "error";
+ interrupts = <18>, <17>;
interrupt-map-mask = <0 0 0 7>;
interrupt-map = <0 0 0 1 &pcie1_intc 0>,
<0 0 0 2 &pcie1_intc 1>,