From aa283db3bb8dba918a28016305ebc2046f3bf2e2 Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Sun, 7 Jun 2026 12:58:49 +0200 Subject: [PATCH] ASoC: dt-bindings: everest,es8389: Document audio graph port Provide an endpoint for binding with the other side of the audio link, which is achieved via the 'port' property. Signed-off-by: Diederik de Haas Reviewed-by: Krzysztof Kozlowski Link: https://patch.msgid.link/20260607105913.355966-1-diederik@cknow-tech.com Signed-off-by: Mark Brown --- Documentation/devicetree/bindings/sound/everest,es8389.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/everest,es8389.yaml b/Documentation/devicetree/bindings/sound/everest,es8389.yaml index 75ce0bc489045..7db84cf11386c 100644 --- a/Documentation/devicetree/bindings/sound/everest,es8389.yaml +++ b/Documentation/devicetree/bindings/sound/everest,es8389.yaml @@ -27,6 +27,10 @@ properties: items: - const: mclk + port: + $ref: audio-graph-port.yaml# + unevaluatedProperties: false + "#sound-dai-cells": const: 0 -- 2.47.3