Commit 3bf4fb25 authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Mark Brown

ASoC: tegra-audio-rt5677: Correct example

Remove non-existent properties from the example of the binding. These
properties were borrower from the old txt binding, but they were never
used in practice and aren't documented in the new binding. They aren't
reported by the binding checker because dtschema needs extra patch that
hasn't been upstreamed yet to make unevaluatedProperties work properly.
Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211216160229.17049-1-digetx@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 0082e329
......@@ -92,9 +92,6 @@ examples:
nvidia,audio-codec = <&rt5677>;
nvidia,hp-det-gpios = <&gpio 143 0>;
nvidia,mic-present-gpios = <&gpio 132 1>;
nvidia,hp-en-gpios = <&rt5677 1 0>;
nvidia,dmic-clk-en-gpios = <&rt5677 2 1>;
clocks = <&clk 216>,
<&clk 217>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment