From: Anders Berg <anders.b...@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.b...@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@00220000 {
                compatible = "lsi,smmon";
                reg = <0 0x00220000 0 0x1000>;
-               interrupts = <0 192 4>;
+               interrupts = <0 161 4>;
        };
 
        sm1@00220000 {
                compatible = "lsi,smmon";
                reg = <0 0x000f0000 0 0x1000>;
-               interrupts = <0 193 4>;
+               interrupts = <0 160 4>;
        };
 
        gpdma@2020140000 {
-- 
1.7.9.5

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

Reply via email to