From d23d50de4ad9a960b752b8b7f4ffce32e05a8971 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Tue, 28 Mar 2023 13:25:14 +0200 Subject: [PATCH] ASoC: dt-bindings: maxim,max9867: fix example 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 Reviewed-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20230328-max9867_dt_example_fix-v1-1-cdf31c3fdfc8@linux.dev Signed-off-by: Mark Brown --- Documentation/devicetree/bindings/sound/maxim,max9867.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Documentation/devicetree/bindings/sound/maxim,max9867.yaml b/Documentation/devicetree/bindings/sound/maxim,max9867.yaml index 6f27029b137db..0b9a84d33b6c9 100644 --- a/Documentation/devicetree/bindings/sound/maxim,max9867.yaml +++ b/Documentation/devicetree/bindings/sound/maxim,max9867.yaml @@ -57,10 +57,4 @@ examples: clocks = <&codec_clk>; }; }; - - codec_clk: clock { - compatible = "fixed-clock"; - #clock-cells = <0>; - clock-frequency = <12288000>; - }; ... -- 2.30.2