]> git.itanic.dy.fi Git - linux-stable/commitdiff
ARM: dts: kirkwood: Add definitions for PCIe error interrupts
authorPali Rohár <pali@kernel.org>
Wed, 17 Aug 2022 23:00:35 +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 Kirkwood SoC reports error interrupt via IRQ 44
and second PCIe controller via IRQ 45.

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/kirkwood-6192.dtsi
arch/arm/boot/dts/kirkwood-6281.dtsi
arch/arm/boot/dts/kirkwood-6282.dtsi
arch/arm/boot/dts/kirkwood-98dx4122.dtsi

index 07f4f7f98c0c88d2922098e0acc3df8232c18df7..705c0d7effed0054936add33474808c8c4bb3e7f 100644 (file)
@@ -26,8 +26,8 @@ pcie0: pcie@1,0 {
                                ranges = <0x82000000 0 0 0x82000000 0x1 0 1 0
                                          0x81000000 0 0 0x81000000 0x1 0 1 0>;
                                bus-range = <0x00 0xff>;
-                               interrupt-names = "intx";
-                               interrupts = <9>;
+                               interrupt-names = "intx", "error";
+                               interrupts = <9>, <44>;
                                interrupt-map-mask = <0 0 0 7>;
                                interrupt-map = <0 0 0 1 &pcie_intc 0>,
                                                <0 0 0 2 &pcie_intc 1>,
index d08a9a5ecc2619fd0685f1bee687f002273b4d4a..8e311165fd1309ede4cd550d52cbac64178320d5 100644 (file)
@@ -26,8 +26,8 @@ pcie0: pcie@1,0 {
                                ranges = <0x82000000 0 0 0x82000000 0x1 0 1 0
                                          0x81000000 0 0 0x81000000 0x1 0 1 0>;
                                bus-range = <0x00 0xff>;
-                               interrupt-names = "intx";
-                               interrupts = <9>;
+                               interrupt-names = "intx", "error";
+                               interrupts = <9>, <44>;
                                interrupt-map-mask = <0 0 0 7>;
                                interrupt-map = <0 0 0 1 &pcie_intc 0>,
                                                <0 0 0 2 &pcie_intc 1>,
index 2eea5b304f471d3c43344ac358df22ba8e591254..e33723160ce7cfdcbe6bb09c8e3a3f4a088fc023 100644 (file)
@@ -30,8 +30,8 @@ pcie0: pcie@1,0 {
                                ranges = <0x82000000 0 0 0x82000000 0x1 0 1 0
                                          0x81000000 0 0 0x81000000 0x1 0 1 0>;
                                bus-range = <0x00 0xff>;
-                               interrupt-names = "intx";
-                               interrupts = <9>;
+                               interrupt-names = "intx", "error";
+                               interrupts = <9>, <44>;
                                interrupt-map-mask = <0 0 0 7>;
                                interrupt-map = <0 0 0 1 &pcie0_intc 0>,
                                                <0 0 0 2 &pcie0_intc 1>,
@@ -58,8 +58,8 @@ pcie1: pcie@2,0 {
                                ranges = <0x82000000 0 0 0x82000000 0x2 0 1 0
                                          0x81000000 0 0 0x81000000 0x2 0 1 0>;
                                bus-range = <0x00 0xff>;
-                               interrupt-names = "intx";
-                               interrupts = <10>;
+                               interrupt-names = "intx", "error";
+                               interrupts = <10>, <45>;
                                interrupt-map-mask = <0 0 0 7>;
                                interrupt-map = <0 0 0 1 &pcie1_intc 0>,
                                                <0 0 0 2 &pcie1_intc 1>,
index 070bc13242b8ef1b4bf8293aecd741477d399ae1..c3469a2fc58a0b1caa7cef769df6db54cdf01edc 100644 (file)
@@ -26,8 +26,8 @@ pcie0: pcie@1,0 {
                                ranges = <0x82000000 0 0 0x82000000 0x1 0 1 0
                                          0x81000000 0 0 0x81000000 0x1 0 1 0>;
                                bus-range = <0x00 0xff>;
-                               interrupt-names = "intx";
-                               interrupts = <9>;
+                               interrupt-names = "intx", "error";
+                               interrupts = <9>, <44>;
                                interrupt-map-mask = <0 0 0 7>;
                                interrupt-map = <0 0 0 1 &pcie_intc 0>,
                                                <0 0 0 2 &pcie_intc 1>,