mirror of https://gitee.com/openkylin/linux.git
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:
parent
c9eaa447e7
commit
083cdaf3ed
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue