summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@linux.dev>2023-03-28 14:25:14 +0300
committerMark Brown <broonie@kernel.org>2023-03-28 16:49:29 +0300
commitd23d50de4ad9a960b752b8b7f4ffce32e05a8971 (patch)
tree965fbc9fac7961f566db396eddd14b45fb6caafb /Documentation
parentffaf886e249ee269f9084c21fbd8617ce9b83817 (diff)
downloadlinux-d23d50de4ad9a960b752b8b7f4ffce32e05a8971.tar.xz
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 <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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/maxim,max9867.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/sound/maxim,max9867.yaml b/Documentation/devicetree/bindings/sound/maxim,max9867.yaml
index 6f27029b137d..0b9a84d33b6c 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>;
- };
...