From c8cbd2dd2ad3c4a90fb04ee279a9e4932a4bd629 Mon Sep 17 00:00:00 2001 From: Robin Gong Date: Thu, 25 Mar 2021 00:56:35 +0800 Subject: [PATCH] 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 Reviewed-by: Shengjiu Wang (cherry picked from commit 26d937473479ac9c4acd0779858164d5b03cb673) --- Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt index ca328b243a42..e7b5f734a2d8 100644 --- a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt +++ b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt @@ -58,12 +58,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 ------------------------- @@ -71,9 +66,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. -- 2.17.1