Browse Source

ARM: socfpga: dts: fix pdma interrupt

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>
Steffen Trumtrar 11 years ago
parent
commit
083cdaf3ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/socfpga.dtsi

+ 1 - 1
arch/arm/boot/dts/socfpga.dtsi

@@ -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>;