Skip to content

Commit 4bfb270

Browse files
srerobherring
authored andcommitted
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: 7bdbd87 ("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>
1 parent bd9cf5b commit 4bfb270

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/devicetree/bindings/dma/fsl,imx-sdma.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ properties:
9292
description: needs firmware more than ver 2
9393
- Shared ASRC: 23
9494
- SAI: 24
95-
- HDMI Audio: 25
95+
- Multi SAI: 25
96+
- HDMI Audio: 26
9697
9798
The third cell: transfer priority ID
9899
enum:

0 commit comments

Comments
 (0)