ARM: socfpga: dts: fix pdma interrupt
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>
Wed, 2 Apr 2014 15:39:35 +0000 (10:39 -0500)
committerDinh Nguyen <dinguyen@altera.com>
Tue, 6 May 2014 03:31:37 +0000 (22:31 -0500)
The first interrupt is not at 180 but 104. Fix it.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
arch/arm/boot/dts/socfpga.dtsi

index 56fc214..97a9346 100644 (file)
@@ -75,7 +75,7 @@
                        pdma: pdma@ffe01000 {
                                compatible = "arm,pl330", "arm,primecell";
                                reg = <0xffe01000 0x1000>;
-                               interrupts = <0 180 4>;
+                               interrupts = <0 104 4>;
                                #dma-cells = <1>;
                                #dma-channels = <8>;
                                #dma-requests = <32>;