Unverified Commit c65b21f8 authored by Rob Herring's avatar Rob Herring Committed by Mark Brown
Browse files

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: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230707221725.1071292-1-robh@kernel.org


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent a1ff5802
Loading
Loading
Loading
Loading
+1 −19
Original line number Diff line number Diff line
@@ -39,22 +39,4 @@ required:

additionalProperties: false

examples:
  - |
    sound {
        compatible = "audio-graph-card2";

        links = <&cpu_port>;
    };

    cpu {
        compatible = "cpu-driver";

        cpu_port: port { cpu_ep: endpoint { remote-endpoint = <&codec_ep>; }; };
    };

    codec {
        compatible = "codec-driver";

        port { codec_ep: endpoint { remote-endpoint = <&cpu_ep>; }; };
    };
...