Re: [PATCH 1/2] bindings: fsl-imx-sdma: Document 'HDMI Audio' transfer
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-10-25 04:45:00
Also in:
linux-arm-kernel, linux-devicetree, lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-10-25 04:45:00
Also in:
linux-arm-kernel, linux-devicetree, lkml
On 21-10-21, 13:20, Joy Zou wrote:
Add HDMI Audio transfer type.
Convert to yaml?
Signed-off-by: Joy Zou <redacted> --- Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 1 + 1 file changed, 1 insertion(+)diff --git a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt index 12c316ff4834..ffa61264a214 100644 --- a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt +++ b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt@@ -55,6 +55,7 @@ The full ID of peripheral types can be found below. 22 SSI Dual FIFO (needs firmware ver >= 2) 23 Shared ASRC 24 SAI + 25 HDMI Audio The third cell specifies the transfer priority as below.-- 2.25.1
-- ~Vinod