]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: dt-bindings: imx-card: Complete the full list of supported DAI formats
authorChancel Liu <chancel.liu@nxp.com>
Tue, 31 Mar 2026 01:24:50 +0000 (10:24 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 21 May 2026 23:18:19 +0000 (00:18 +0100)
Currently this binding only lists i2s and dsp_b formats that are used
by existing sound cards. However, DT bindings should describe the full
hardware capabilities rather than only the formats of current usage.

The SAI audio controller of i.MX audio sound card supports multiple DAI
formats, including:
  - i2s
  - left_j
  - right_j
  - dsp_a
  - dsp_b
  - pdm
  - msb
  - lsb

Complete the full list of formats supported by i.MX audio sound card to
ensure the binding correctly describes hardware.

Signed-off-by: Chancel Liu <chancel.liu@nxp.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260331012450.1298115-1-chancel.liu@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/imx-audio-card.yaml

index 5424d4f16f528c78693959bd7665d55c9f02ada3..950e3eab2942e1697e8a318ad78045f6dba84195 100644 (file)
@@ -37,7 +37,13 @@ patternProperties:
         items:
           enum:
             - i2s
+            - left_j
+            - right_j
+            - dsp_a
             - dsp_b
+            - pdm
+            - msb
+            - lsb
 
       dai-tdm-slot-num: true