diff options
author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2025-04-18 13:30:50 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-04-22 15:00:37 +0100 |
commit | 0c9f82446123635cfbb8ceeca074f2dce6a0ccae (patch) | |
tree | 73cd54fa08cb9a56e29f0d6ffa23a51051d3c16a | |
parent | 9ef24511d29f0300fc7e9d4a5ea38d78e9eef73e (diff) |
ASoC: dt-bindings: fsl,mqs: Document audio graph port
This device can be used in conjunction with audio-graph-card to provide
an endpoint for binding with the other side of the audio link.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: "Rob Herring (Arm)" <robh@kernel.org>
Link: https://patch.msgid.link/20250418053050.2755249-1-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/fsl,mqs.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,mqs.yaml b/Documentation/devicetree/bindings/sound/fsl,mqs.yaml index d1ac84e518a0..1415247c92c8 100644 --- a/Documentation/devicetree/bindings/sound/fsl,mqs.yaml +++ b/Documentation/devicetree/bindings/sound/fsl,mqs.yaml @@ -52,6 +52,10 @@ properties: resets: maxItems: 1 + port: + $ref: audio-graph-port.yaml# + unevaluatedProperties: false + required: - compatible - clocks |