diff options
| author | Rob Herring (Arm) <robh@kernel.org> | 2025-09-10 18:36:15 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-09-11 14:07:35 +0100 |
| commit | 59ba108806516adeaed51a536d55d4f5e9645881 (patch) | |
| tree | 4351b28500e4890812be0f557e09b98735ead25c | |
| parent | 6917b595f5cfe0456936620561a2198b45db075f (diff) | |
ASoC: dt-bindings: linux,spdif: Add "port" node
The SPDIF receiver/transmitter can be connected to a DAI device via OF
graph port. It is already in use and supported.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20250910233615.775397-2-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/sound/linux,spdif.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/linux,spdif.yaml b/Documentation/devicetree/bindings/sound/linux,spdif.yaml index 0f4893e11ec4..aea6230db54c 100644 --- a/Documentation/devicetree/bindings/sound/linux,spdif.yaml +++ b/Documentation/devicetree/bindings/sound/linux,spdif.yaml @@ -23,6 +23,9 @@ properties: sound-name-prefix: true + port: + $ref: /schemas/graph.yaml#/properties/port + required: - "#sound-dai-cells" - compatible |
