ARM: dts: mvebu: add missing interrupt to 98dx4251 switch

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>
This commit is contained in:
Chris Packham 2017-04-21 09:58:13 +12:00 committed by Gregory CLEMENT
parent 8035eaadef
commit 948e7d98e6

View File

@ -87,4 +87,5 @@
&pp0 {
compatible = "marvell,prestera-98dx4251";
interrupts = <33>, <34>, <35>, <36>;
};