Commit 083cdaf3 authored by Steffen Trumtrar's avatar Steffen Trumtrar Committed by Dinh Nguyen

ARM: socfpga: dts: fix pdma interrupt

The first interrupt is not at 180 but 104. Fix it.
Signed-off-by: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: default avatarDinh Nguyen <dinguyen@altera.com>
parent c9eaa447
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment