mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
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>
This commit is contained in:
parent
ffaf886e24
commit
d23d50de4a
1 changed files with 0 additions and 6 deletions
|
|
@ -57,10 +57,4 @@ examples:
|
|||
clocks = <&codec_clk>;
|
||||
};
|
||||
};
|
||||
|
||||
codec_clk: clock {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
clock-frequency = <12288000>;
|
||||
};
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue