Skip to content

Commit c65b21f

Browse files
robherringbroonie
authored andcommitted
ASoC: dt-bindings: audio-graph-card2: Drop incomplete example
The example in audio-graph-card2 binding is incomplete, uses undocumented compatibles strings, and doesn't follow typical .dts formatting. Rather than try to fix with what would probably be a lengthy example, just drop the example. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230707221725.1071292-1-robh@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent a1ff580 commit c65b21f

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

Documentation/devicetree/bindings/sound/audio-graph-card2.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,4 @@ required:
3939

4040
additionalProperties: false
4141

42-
examples:
43-
- |
44-
sound {
45-
compatible = "audio-graph-card2";
46-
47-
links = <&cpu_port>;
48-
};
49-
50-
cpu {
51-
compatible = "cpu-driver";
52-
53-
cpu_port: port { cpu_ep: endpoint { remote-endpoint = <&codec_ep>; }; };
54-
};
55-
56-
codec {
57-
compatible = "codec-driver";
58-
59-
port { codec_ep: endpoint { remote-endpoint = <&cpu_ep>; }; };
60-
};
42+
...

0 commit comments

Comments
 (0)