diff options
| author | Richard Leitner <[email protected]> | 2023-03-28 13:25:14 +0200 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2023-03-28 14:49:29 +0100 |
| commit | d23d50de4ad9a960b752b8b7f4ffce32e05a8971 (patch) | |
| tree | 965fbc9fac7961f566db396eddd14b45fb6caafb | |
| parent | ffaf886e249ee269f9084c21fbd8617ce9b83817 (diff) | |
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/[email protected]/
Signed-off-by: Richard Leitner <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/sound/maxim,max9867.yaml | 6 |
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>; - }; ... |