diff options
author | Shengjiu Wang <shengjiu.wang@freescale.com> | 2014-09-16 13:39:06 +0800 |
---|---|---|
committer | Nitin Garg <nitin.garg@nxp.com> | 2016-01-14 10:59:34 -0600 |
commit | cba03abfaa85f456fcb415ae069c89b2828b67ee (patch) | |
tree | dc8691840276fae35ac7c56a78288a07ec38b886 /Documentation | |
parent | 0fe0ef865049aaaeec9de5b57a76f0073f3f3ac8 (diff) |
MLK-11344-4: dma: imx-sdma: Add imx6sx platform
cherry-pick below patch from v3.14.y
ENGR00331635-1: dma: imx-sdma: Add imx6sx platform
support
The new Solo X has more requirements for SDMA events. So it creates a event mux
to remap most of event numbers in GPR (General Purpose Register). If we want to
use SDMA support for those module who do not get the even number as default, we
need to configure GPR first.
Thus this patch adds this support of GPR event remapping configuration to the
SDMA driver.
Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
(cherry picked from commit 82a606e594f2b6e00e94af0c03bdf040d796d560)
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt index dc8d3aac1aa9..901ed92f767d 100644 --- a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt +++ b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt @@ -16,6 +16,12 @@ Required properties: - #dma-cells : Must be <3>. The first cell specifies the DMA request/event ID. See details below about the second and third cell. +- gpr : The phandle to general purpose register node. +- fsl,sdma-event-remap : Register bits of sdma event remap, the format is + <reg shift val>. + reg is the gpr register offset. + shift is the bit offset of event remap. + val is the value of the bit to be set. - fsl,sdma-ram-script-name : Should contain the full path of SDMA RAM scripts firmware |