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>
This commit is contained in:
Steffen Trumtrar 2014-04-02 10:39:35 -05:00 committed by Dinh Nguyen
parent c9eaa447e7
commit 083cdaf3ed

View File

@ -75,7 +75,7 @@ amba {
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>;