diff options
author | Chen-Yu Tsai <wens@csie.org> | 2014-11-07 07:15:47 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-11-17 11:20:37 +0300 |
commit | 0b04ddf8638ca5652b1f7ab7794beb363942407d (patch) | |
tree | 49e9e17006614ade242878406d396f475ef83870 /Documentation/devicetree/bindings/dma/sun6i-dma.txt | |
parent | 25a37c2f12351ada1e42d0663480a182f4e301db (diff) | |
download | linux-0b04ddf8638ca5652b1f7ab7794beb363942407d.tar.xz |
dmaengine: sun6i: Add support for Allwinner A23 (sun8i) variant
The A23 SoC has the same dma engine as the A31 (sun6i), with a
reduced amount of endpoints and physical channels. Add the proper
config data and compatible string to support it.
A slight difference in sun8i is an undocumented register needs
to be toggled for dma to function.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'Documentation/devicetree/bindings/dma/sun6i-dma.txt')
-rw-r--r-- | Documentation/devicetree/bindings/dma/sun6i-dma.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/sun6i-dma.txt b/Documentation/devicetree/bindings/dma/sun6i-dma.txt index 3e145c1675b1..9cdcba24d7c3 100644 --- a/Documentation/devicetree/bindings/dma/sun6i-dma.txt +++ b/Documentation/devicetree/bindings/dma/sun6i-dma.txt @@ -4,7 +4,7 @@ This driver follows the generic DMA bindings defined in dma.txt. Required properties: -- compatible: Must be "allwinner,sun6i-a31-dma" +- compatible: Must be "allwinner,sun6i-a31-dma" or "allwinner,sun8i-a23-dma" - reg: Should contain the registers base address and length - interrupts: Should contain a reference to the interrupt used by this device - clocks: Should contain a reference to the parent AHB clock |