Skip to content

Commit

Permalink
ASoC: dt-bindings: socionext: Use audio-graph-port schema
Browse files Browse the repository at this point in the history
Convert the Socionext audio schemas to use audio-graph-port.yaml schema
for 'port' nodes.

The number and numbering of port nodes should be documented, but is not.
Leave a FIXME here so others don't copy.

Cc: Masahiro Yamada <[email protected]>
Cc: Liam Girdwood <[email protected]>
Cc: Mark Brown <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
robherring authored and broonie committed Mar 31, 2021
1 parent ec1c830 commit f1321c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ properties:

patternProperties:
"^port@[0-9]$":
type: object
properties:
endpoint: true
required:
- endpoint
description: FIXME, Need to define what each port is.
$ref: audio-graph-port.yaml#
unevaluatedProperties: false

additionalProperties: false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ properties:

patternProperties:
"^port@[0-9]$":
type: object
properties:
endpoint: true
required:
- endpoint
description: FIXME, Need to define what each port is.
$ref: audio-graph-port.yaml#
unevaluatedProperties: false

additionalProperties: false

Expand Down

0 comments on commit f1321c9

Please sign in to comment.