diff options
author | Marek Vasut <marex@denx.de> | 2021-06-10 18:01:35 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-14 17:01:46 +0300 |
commit | f1905ab2a8a2103b7fa74a5f96fb50cce0dee6f5 (patch) | |
tree | 1f5058da0b99632a7fab16eb2e4503cc45d820c0 /Documentation/devicetree/bindings/sound | |
parent | 916cccb5078eee57fce131c5fe18e417545083e2 (diff) | |
download | linux-f1905ab2a8a2103b7fa74a5f96fb50cce0dee6f5.tar.xz |
ASoC: sgtl5000: Add audio-graph-card port
The SGTL5000 codec can be connected via audio-graph-card,
add the missing port: entry into the bindings.
Signed-off-by: Marek Vasut <marex@denx.de>
Link: https://lore.kernel.org/r/20210610150135.29905-1-marex@denx.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/sgtl5000.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/sgtl5000.yaml b/Documentation/devicetree/bindings/sound/sgtl5000.yaml index 70b4a8831073..e762c320b574 100644 --- a/Documentation/devicetree/bindings/sound/sgtl5000.yaml +++ b/Documentation/devicetree/bindings/sound/sgtl5000.yaml @@ -75,6 +75,10 @@ properties: $ref: "/schemas/types.yaml#/definitions/uint32" enum: [ 0, 1, 2, 3 ] + port: + $ref: audio-graph-port.yaml# + unevaluatedProperties: false + required: - compatible - reg |