]> git.itanic.dy.fi Git - linux-stable/commitdiff
ARM: dts: dove: Add definitions for PCIe error interrupts
authorPali Rohár <pali@kernel.org>
Wed, 17 Aug 2022 23:00:36 +0000 (01:00 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 2 Sep 2022 14:53:46 +0000 (16:53 +0200)
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>
arch/arm/boot/dts/dove.dtsi

index 96ba47c061a73ac758931fcd13305fc904ea8d9a..00a36fba2fd234e447e227ec01881310ae49cd73 100644 (file)
@@ -122,8 +122,8 @@ pcie0: pcie@1 {
                                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 @@ pcie1: pcie@2 {
                                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>,