[PATCH 4/4] ARM: dts: dove: Add definitions for PCIe error interrupts

From: Pali Rohár
Date: Wed Aug 17 2022 - 19:03:45 EST


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@xxxxxxxxxx>
---
arch/arm/boot/dts/dove.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 70d45d2b1258..9aee3cfd3e98 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>,
--
2.20.1