Skip to content

Commit

Permalink
dt-bindings: fsl-imx-sdma: fix HDMI audio index
Browse files Browse the repository at this point in the history
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 <[email protected]>
Fixes: 7bdbd87 ("dt-bindings: fsl-imx-sdma: Convert imx sdma to DT schema")
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
  • Loading branch information
sre authored and robherring committed Mar 5, 2024
1 parent bd9cf5b commit 4bfb270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/devicetree/bindings/dma/fsl,imx-sdma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4bfb270

Please sign in to comment.