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


Groups > linux.kernel > #1627851 > unrolled thread

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

Started byChris Packham <chris.packham@alliedtelesis.co.nz>
First post2017-04-21 00:00 +0200
Last post2017-04-21 00:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [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

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

FromChris Packham <chris.packham@alliedtelesis.co.nz>
Date2017-04-21 00:00 +0200
Subject[PATCH 1/2] ARM: dts: mvebu: add missing interrupt to 98dx4251 switch
Message-ID<tyshl-5OL-37@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web