diff options
Diffstat (limited to 'sys/contrib/device-tree/Bindings/sound/audio-graph-card2.yaml')
| -rw-r--r-- | sys/contrib/device-tree/Bindings/sound/audio-graph-card2.yaml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/contrib/device-tree/Bindings/sound/audio-graph-card2.yaml b/sys/contrib/device-tree/Bindings/sound/audio-graph-card2.yaml index f943f90d8b15..40eb1d7d6cf1 100644 --- a/sys/contrib/device-tree/Bindings/sound/audio-graph-card2.yaml +++ b/sys/contrib/device-tree/Bindings/sound/audio-graph-card2.yaml @@ -18,11 +18,7 @@ properties: label: maxItems: 1 routing: - description: | - A list of the connections between audio components. - Each entry is a pair of strings, the first being the - connection's sink, the second being the connection's source. - $ref: /schemas/types.yaml#/definitions/non-unique-string-array + $ref: audio-graph.yaml#/properties/routing aux-devs: description: | List of phandles pointing to auxiliary devices, such @@ -37,6 +33,12 @@ properties: codec2codec: type: object description: Codec to Codec node + hp-det-gpios: + $ref: audio-graph.yaml#/properties/hp-det-gpios + mic-det-gpios: + $ref: audio-graph.yaml#/properties/mic-det-gpios + widgets: + $ref: audio-graph.yaml#/properties/widgets required: - compatible |
