diff options
author | Rob Herring <robh@kernel.org> | 2021-09-28 21:21:22 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-10-20 02:31:22 +0200 |
commit | 3e70cee46cbcdf3dc5b89c525a4632f051f8abd9 (patch) | |
tree | 533d6255660f94a0726adca84f4c364de806ebb4 /arch/arm/boot/dts/intel-ixp42x-arcom-vulcan.dts | |
parent | ARM: dts: Add PTP timesource to the IXP456x (diff) | |
download | linux-3e70cee46cbcdf3dc5b89c525a4632f051f8abd9.tar.xz linux-3e70cee46cbcdf3dc5b89c525a4632f051f8abd9.zip |
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-arcom-vulcan.dts')
-rw-r--r-- | arch/arm/boot/dts/intel-ixp42x-arcom-vulcan.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/intel-ixp42x-arcom-vulcan.dts b/arch/arm/boot/dts/intel-ixp42x-arcom-vulcan.dts index 7200126cb3b5..92b987bc3f99 100644 --- a/arch/arm/boot/dts/intel-ixp42x-arcom-vulcan.dts +++ b/arch/arm/boot/dts/intel-ixp42x-arcom-vulcan.dts @@ -120,6 +120,8 @@ * We have 2 slots (IDSEL) 1 and 2 with one dedicated interrupt * per slot. This interrupt is shared (OR:ed) by all four pins. */ + #interrupt-cells = <1>; + interrupt-map-mask = <0xf800 0 0 7>; interrupt-map = /* IDSEL 1 */ <0x0800 0 0 1 &gpio0 2 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 1 is irq 2 */ |