ARM: dts: mvebu: add missing interrupt to 98dx4251 switch
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Thu, 20 Apr 2017 21:58:13 +0000 (09:58 +1200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 17 Jun 2017 06:16:45 +0000 (08:16 +0200)
The 98dx4251 has 4 interrupts for the packet processor whereas the
98dx3236 and 98dx3336 only have 3.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/armada-xp-98dx4251.dtsi

index 51de91b..bc9f824 100644 (file)
@@ -87,4 +87,5 @@
 
 &pp0 {
        compatible = "marvell,prestera-98dx4251";
+       interrupts = <33>, <34>, <35>, <36>;
 };