aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Jui <ray.jui@broadcom.com>2018-06-12 16:21:28 -0400
committerFlorian Fainelli <f.fainelli@gmail.com>2018-06-18 12:40:36 -0400
commit6cb1628ad3506b315cdddd7676db0ff2af378d28 (patch)
treea39284e51858ca9bb39d99df421c4f42434aa202
parent71ca3409703b62b6a092d0d9d13f366c121bc5d3 (diff)
ARM: dts: Cygnus: Fix PCIe controller interrupt type
Fix PCIe controller interrupt to use IRQ_TYPE_LEVEL_HIGH for Broadcom Cygnus SoC Fixes: cd590b50a936 ("ARM: dts: enable PCIe support for Cygnus") Fixes: f6b889358a82 ("ARM: dts: Enable MSI support for Broadcom Cygnus") Signed-off-by: Ray Jui <ray.jui@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-rw-r--r--arch/arm/boot/dts/bcm-cygnus.dtsi20
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi
index 835a6f736da4..2c4df2d2d4a6 100644
--- a/arch/arm/boot/dts/bcm-cygnus.dtsi
+++ b/arch/arm/boot/dts/bcm-cygnus.dtsi
@@ -256,7 +256,7 @@
256 256
257 #interrupt-cells = <1>; 257 #interrupt-cells = <1>;
258 interrupt-map-mask = <0 0 0 0>; 258 interrupt-map-mask = <0 0 0 0>;
259 interrupt-map = <0 0 0 0 &gic GIC_SPI 100 IRQ_TYPE_NONE>; 259 interrupt-map = <0 0 0 0 &gic GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
260 260
261 linux,pci-domain = <0>; 261 linux,pci-domain = <0>;
262 262
@@ -278,10 +278,10 @@
278 compatible = "brcm,iproc-msi"; 278 compatible = "brcm,iproc-msi";
279 msi-controller; 279 msi-controller;
280 interrupt-parent = <&gic>; 280 interrupt-parent = <&gic>;
281 interrupts = <GIC_SPI 96 IRQ_TYPE_NONE>, 281 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>,
282 <GIC_SPI 97 IRQ_TYPE_NONE>, 282 <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>,
283 <GIC_SPI 98 IRQ_TYPE_NONE>, 283 <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>,
284 <GIC_SPI 99 IRQ_TYPE_NONE>; 284 <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>;
285 }; 285 };
286 }; 286 };
287 287
@@ -291,7 +291,7 @@
291 291
292 #interrupt-cells = <1>; 292 #interrupt-cells = <1>;
293 interrupt-map-mask = <0 0 0 0>; 293 interrupt-map-mask = <0 0 0 0>;
294 interrupt-map = <0 0 0 0 &gic GIC_SPI 106 IRQ_TYPE_NONE>; 294 interrupt-map = <0 0 0 0 &gic GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
295 295
296 linux,pci-domain = <1>; 296 linux,pci-domain = <1>;
297 297
@@ -313,10 +313,10 @@
313 compatible = "brcm,iproc-msi"; 313 compatible = "brcm,iproc-msi";
314 msi-controller; 314 msi-controller;
315 interrupt-parent = <&gic>; 315 interrupt-parent = <&gic>;
316 interrupts = <GIC_SPI 102 IRQ_TYPE_NONE>, 316 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>,
317 <GIC_SPI 103 IRQ_TYPE_NONE>, 317 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>,
318 <GIC_SPI 104 IRQ_TYPE_NONE>, 318 <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
319 <GIC_SPI 105 IRQ_TYPE_NONE>; 319 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
320 }; 320 };
321 }; 321 };
322 322