diff options
| author | Jon Hunter <jonathanh@nvidia.com> | 2026-01-08 17:31:58 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-01-09 16:20:33 +0300 |
| commit | b540b4e157c4b24d0501e5e50ffba598d066de42 (patch) | |
| tree | f2d15aec2c3c496dc61b96edbe30a5be0039864c | |
| parent | 25b858474497b5f7e2198f6fc9381488d9bdb55d (diff) | |
| download | linux-b540b4e157c4b24d0501e5e50ffba598d066de42.tar.xz | |
ASoC: dt-bindings: realtek,rt5640: Document port node
Various boards that use the rt5640 audio codec define a 'port' child
node under the codec node to describe the interface between it and the
SoC that it is connected to. The binding document for the rt5640 codec
does not define the 'port' child node and so this is generating warnings
when running the DTB checks for these boards. Add the 'port' node to the
binding document for the rt5640 codec to fix this.
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260108143158.351223-4-jonathanh@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/sound/realtek,rt5640.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/realtek,rt5640.yaml b/Documentation/devicetree/bindings/sound/realtek,rt5640.yaml index e7d4ec29b0ec..2f6a4a6cc0e6 100644 --- a/Documentation/devicetree/bindings/sound/realtek,rt5640.yaml +++ b/Documentation/devicetree/bindings/sound/realtek,rt5640.yaml @@ -130,6 +130,10 @@ properties: - 2 # Scale current by 1.0 - 3 # Scale current by 1.5 + port: + $ref: audio-graph-port.yaml# + unevaluatedProperties: false + required: - compatible - reg |
