Commit 39319cac authored by Pali Rohár's avatar Pali Rohár Committed by Gregory CLEMENT
Browse files

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: default avatarPali Rohár <pali@kernel.org>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent b332ce1b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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>,