]> www.infradead.org Git - linux.git/commitdiff
ASoC: dt-bindings: maxim,max9867: fix example
authorRichard Leitner <richard.leitner@linux.dev>
Tue, 28 Mar 2023 11:25:14 +0000 (13:25 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 28 Mar 2023 13:49:29 +0000 (14:49 +0100)
Remove the common clock node from the example as suggested by
Krzysztof Kozlowski in [1].

[1] https://lore.kernel.org/lkml/45d306d3-8efb-12ac-0a83-f01ca2982b0a@linaro.org/

Signed-off-by: Richard Leitner <richard.leitner@linux.dev>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230328-max9867_dt_example_fix-v1-1-cdf31c3fdfc8@linux.dev
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/maxim,max9867.yaml

index 6f27029b137db70fadb40a395a6051343e7bb15e..0b9a84d33b6c999a38e8f97e626f5002d3573343 100644 (file)
@@ -57,10 +57,4 @@ examples:
             clocks = <&codec_clk>;
         };
     };
-
-    codec_clk: clock {
-        compatible = "fixed-clock";
-        #clock-cells = <0>;
-        clock-frequency = <12288000>;
-    };
 ...