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

2014-07-09 Thread Charlie Paul
From: Anders Berg 

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 
---
 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@0022 {
compatible = "lsi,smmon";
reg = <0 0x0022 0 0x1000>;
-   interrupts = <0 192 4>;
+   interrupts = <0 161 4>;
};
 
sm1@0022 {
compatible = "lsi,smmon";
reg = <0 0x000f 0 0x1000>;
-   interrupts = <0 193 4>;
+   interrupts = <0 160 4>;
};
 
gpdma@202014 {
-- 
1.7.9.5

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


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

2014-07-08 Thread Charlie Paul
From: Anders Berg 

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 
---
 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@0022 {
compatible = "lsi,smmon";
reg = <0 0x0022 0 0x1000>;
-   interrupts = <0 192 4>;
+   interrupts = <0 161 4>;
};
 
sm1@0022 {
compatible = "lsi,smmon";
reg = <0 0x000f 0 0x1000>;
-   interrupts = <0 193 4>;
+   interrupts = <0 160 4>;
};
 
gpdma@202014 {
-- 
1.7.9.5

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto