diff options
author | Sebastian Reichel <sre@kernel.org> | 2024-02-26 22:26:27 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2024-03-05 18:35:03 +0100 |
commit | 4bfb270378c995773960fb0a8c908fc009607a1b (patch) | |
tree | 3e588a98a87da2f679ce96b3db704a8e815bfc28 /Documentation/devicetree/bindings/dma | |
parent | dt-bindings: soc: imx: fsl,imx-iomuxc-gpr: add imx6 (diff) | |
download | linux-4bfb270378c995773960fb0a8c908fc009607a1b.tar.xz linux-4bfb270378c995773960fb0a8c908fc009607a1b.zip |
dt-bindings: fsl-imx-sdma: fix HDMI audio index
HDMI Audio has been added to the DT binding documentation with an
incorrect index. DT and the driver use index 26. This happened,
because the binding is missing MULTI_SAI type, which is using
index 25.
Reported-by: Michael Yackavage <michaely@ips-yes.com>
Fixes: 7bdbd87d4008 ("dt-bindings: fsl-imx-sdma: Convert imx sdma to DT schema")
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Link: https://lore.kernel.org/r/20240226212740.2019837-6-sre@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/dma')
-rw-r--r-- | Documentation/devicetree/bindings/dma/fsl,imx-sdma.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/fsl,imx-sdma.yaml b/Documentation/devicetree/bindings/dma/fsl,imx-sdma.yaml index b95dd8db5a30..37135fa024f9 100644 --- a/Documentation/devicetree/bindings/dma/fsl,imx-sdma.yaml +++ b/Documentation/devicetree/bindings/dma/fsl,imx-sdma.yaml @@ -92,7 +92,8 @@ properties: description: needs firmware more than ver 2 - Shared ASRC: 23 - SAI: 24 - - HDMI Audio: 25 + - Multi SAI: 25 + - HDMI Audio: 26 The third cell: transfer priority ID enum: |