[linux-yocto] [PATCH 135/161] ARM: dts: axxia: Corrected IRQ for memory contollers

Cristian Bercaru cristian.bercaru at windriver.com
Thu May 21 12:21:57 PDT 2015


From: Anders Berg <anders.berg at lsi.com>

The interrupt numbers for the memory controllers was wrong (conflicting with
assigned range for PCI MSI. This would cause a device using MSI to fail to
request its IRQ.

Signed-off-by: Anders Berg <anders.berg at lsi.com>
---
 arch/arm/boot/dts/axm55xx.dts |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/axm55xx.dts b/arch/arm/boot/dts/axm55xx.dts
index 826a6e6..91d3f42 100644
--- a/arch/arm/boot/dts/axm55xx.dts
+++ b/arch/arm/boot/dts/axm55xx.dts
@@ -198,13 +198,13 @@
 	sm0 at 00220000 {
 		compatible = "lsi,smmon";
 		reg = <0 0x00220000 0 0x1000>;
-		interrupts = <0 192 4>;
+		interrupts = <0 161 4>;
 	};
 
 	sm1 at 00220000 {
 		compatible = "lsi,smmon";
 		reg = <0 0x000f0000 0 0x1000>;
-		interrupts = <0 193 4>;
+		interrupts = <0 160 4>;
 	};
 
 	gpdma at 2020140000 {
-- 
1.7.9.5



More information about the linux-yocto mailing list