diff options
| author | Biju Das <[email protected]> | 2024-07-25 09:45:54 +0100 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2024-07-29 01:14:19 +0100 |
| commit | 2cc719983603f0e9d24da256b58d6abb79e3884a (patch) | |
| tree | 699a11f8f355126b92fcbac7af1ddde15510acd7 | |
| parent | 8400291e289ee6b2bf9779ff1c83a291501f017b (diff) | |
ASoC: dt-bindings: renesas,rz-ssi: Document port property
Document optional port property that connects to I2S signals.
Signed-off-by: Biju Das <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml b/Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml index 8b9695f5decc..f4610eaed1e1 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml +++ b/Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml @@ -87,6 +87,10 @@ properties: '#sound-dai-cells': const: 0 + port: + $ref: audio-graph-port.yaml#/definitions/port-base + description: Connection to controller providing I2S signals + required: - compatible - reg |