summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/dma
diff options
context:
space:
mode:
authorRobin Gong <yibin.gong@nxp.com>2021-03-25 00:56:35 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2021-11-02 16:49:02 +0800
commitc0c1e973d702fd3707ee4fccace41571e3139bea (patch)
tree83ef95b0f3ce1a08a08897bac352228b0724dc78 /Documentation/devicetree/bindings/dma
parentbc85d21253e6be81a65f0f1989ccbe519f66a192 (diff)
dt-bindings: dma: fsl-imx-sdma: remove sw_done/selector
remove sw_done/selector since they are pass by slave_config instead. Signed-off-by: Robin Gong <yibin.gong@nxp.com> Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Diffstat (limited to 'Documentation/devicetree/bindings/dma')
-rw-r--r--Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
index b1d161fe188a..ffa61264a214 100644
--- a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
+++ b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
@@ -57,12 +57,7 @@ The full ID of peripheral types can be found below.
24 SAI
25 HDMI Audio
-The third cell specifies the transfer priority and software done
-as below.
-
- Bit31: sw_done
- Bit15~Bit8: selector
- Bit7~Bit0: priority level
+The third cell specifies the transfer priority as below.
ID transfer priority
-------------------------
@@ -70,9 +65,6 @@ as below.
1 Medium
2 Low
-For example: 0x80000000 means sw_done enabled for done0 sector and
- High priority for PDM on i.mx8mm.
-
Optional properties:
- gpr : The phandle to the General Purpose Register (GPR) node.