Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Richard Leitner and committed by
Mark Brown
d23d50de ffaf886e

-6
-6
Documentation/devicetree/bindings/sound/maxim,max9867.yaml
··· 57 57 clocks = <&codec_clk>; 58 58 }; 59 59 }; 60 - 61 - codec_clk: clock { 62 - compatible = "fixed-clock"; 63 - #clock-cells = <0>; 64 - clock-frequency = <12288000>; 65 - }; 66 60 ...