Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Rob Herring and committed by
Mark Brown
e0c90edb 976201dd

+1 -19
+1 -19
Documentation/devicetree/bindings/sound/audio-graph-card2.yaml
··· 39 39 40 40 additionalProperties: false 41 41 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 + ...