diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2021-10-04 11:12:26 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-04 15:55:31 +0100 |
commit | 2a04151ff95a3c430150064b0c8beb1981f81187 (patch) | |
tree | 253ad96b21349c8c6c425f8c3266569add8f88d2 /Documentation/devicetree/bindings/sound/socionext,uniphier-evea.yaml | |
parent | 7924f1bc94041a3d512f2922065b196ca8e1210e (diff) | |
download | lwn-2a04151ff95a3c430150064b0c8beb1981f81187.tar.gz lwn-2a04151ff95a3c430150064b0c8beb1981f81187.zip |
ASoC: dt-bindings: uniphier: Add description of each port number
To eliminate FIXME, add descriptions of what each port number is
associated with.
Cc: Rob Herring <robh@kernel.org>
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/1633313546-23258-1-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/socionext,uniphier-evea.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/sound/socionext,uniphier-evea.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/socionext,uniphier-evea.yaml b/Documentation/devicetree/bindings/sound/socionext,uniphier-evea.yaml index 48ddfcbbcbae..be6acfda9999 100644 --- a/Documentation/devicetree/bindings/sound/socionext,uniphier-evea.yaml +++ b/Documentation/devicetree/bindings/sound/socionext,uniphier-evea.yaml @@ -40,7 +40,11 @@ properties: patternProperties: "^port@[0-9]$": - description: FIXME, Need to define what each port is. + description: | + Port number of DT node is specified by the following DAI channels. + 0: line1 + 1: hp + 2: line2 $ref: audio-graph-port.yaml# unevaluatedProperties: false |