summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/intel-ixp42x-gateworks-gw2348.dts
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2021-09-28 14:21:22 -0500
committerLinus Walleij <linus.walleij@linaro.org>2021-10-20 02:31:22 +0200
commit3e70cee46cbcdf3dc5b89c525a4632f051f8abd9 (patch)
tree533d6255660f94a0726adca84f4c364de806ebb4 /arch/arm/boot/dts/intel-ixp42x-gateworks-gw2348.dts
parent7a4d10a17c7a080cd46f782f4318492af32ad972 (diff)
downloadlinux-3e70cee46cbcdf3dc5b89c525a4632f051f8abd9.tar.bz2
ARM: dts: ixp4xx: Group PCI interrupt properties together
Move the PCI 'interrupt-map-mask' and '#interrupt-cells' properties alongside the 'interrupt-map' property in each board dts. This avoids having incomplete set of interrupt properties which may fail validation. Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/intel-ixp42x-gateworks-gw2348.dts')
-rw-r--r--arch/arm/boot/dts/intel-ixp42x-gateworks-gw2348.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/intel-ixp42x-gateworks-gw2348.dts b/arch/arm/boot/dts/intel-ixp42x-gateworks-gw2348.dts
index a20277ff0420..a5943f51e8c2 100644
--- a/arch/arm/boot/dts/intel-ixp42x-gateworks-gw2348.dts
+++ b/arch/arm/boot/dts/intel-ixp42x-gateworks-gw2348.dts
@@ -115,6 +115,8 @@
*
* We have up to 4 slots (IDSEL) with 4 swizzled IRQs.
*/
+ #interrupt-cells = <1>;
+ interrupt-map-mask = <0xf800 0 0 7>;
interrupt-map =
/* IDSEL 1 */
<0x0800 0 0 1 &gpio0 11 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 1 is irq 11 */