Skip to content

Commit

Permalink
Arm: socfpga: pl330: Add #dma-cells for generic dma binding support
Browse files Browse the repository at this point in the history
This patch adds #dma-cells property to PL330 DMA controller nodes for
supporting generic dma dt bindings on SOCFPGA platform. #dma-channels
and #dma-requests are not required now but added in advance.

Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Padmavathi Venna authored and Arnd Bergmann committed Mar 11, 2013
1 parent 7546152 commit 0d8abbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/socfpga.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
compatible = "arm,pl330", "arm,primecell";
reg = <0xffe01000 0x1000>;
interrupts = <0 180 4>;
#dma-cells = <1>;
#dma-channels = <8>;
#dma-requests = <32>;
};
};

Expand Down

0 comments on commit 0d8abbf

Please sign in to comment.