Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1627851

[PATCH 1/2] ARM: dts: mvebu: add missing interrupt to 98dx4251 switch

From Chris Packham <chris.packham@alliedtelesis.co.nz>
Newsgroups linux.kernel
Subject [PATCH 1/2] ARM: dts: mvebu: add missing interrupt to 98dx4251 switch
Date 2017-04-21 00:00 +0200
Message-ID <tyshl-5OL-37@gated-at.bofh.it> (permalink)
References <tyshj-5OL-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 arch/arm/boot/dts/armada-xp-98dx4251.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/armada-xp-98dx4251.dtsi b/arch/arm/boot/dts/armada-xp-98dx4251.dtsi
index 51de91b31a9d..bc9f824020eb 100644
--- a/arch/arm/boot/dts/armada-xp-98dx4251.dtsi
+++ b/arch/arm/boot/dts/armada-xp-98dx4251.dtsi
@@ -87,4 +87,5 @@
 
 &pp0 {
 	compatible = "marvell,prestera-98dx4251";
+	interrupts = <33>, <34>, <35>, <36>;
 };
-- 
2.11.0.24.ge6920cf

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 1/2] ARM: dts: mvebu: add missing interrupt to 98dx4251 switch Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-04-21 00:00 +0200

csiph-web