All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] dt-bindings: sound: tegra-audio-rt5677: Correct example
@ 2021-12-16 16:02 Dmitry Osipenko
  2021-12-16 16:07 ` Dmitry Osipenko
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Dmitry Osipenko @ 2021-12-16 16:02 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter, Mark Brown, David Heidelberg,
	Rob Herring
  Cc: linux-tegra, devicetree, alsa-devel, linux-kernel

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: Dmitry Osipenko <digetx@gmail.com>
---
 .../devicetree/bindings/sound/nvidia,tegra-audio-rt5677.yaml   | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-rt5677.yaml b/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-rt5677.yaml
index 03ff691c26c8..a49997d6028b 100644
--- a/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-rt5677.yaml
+++ b/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-rt5677.yaml
@@ -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>,
-- 
2.33.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-12-21 17:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-16 16:02 [PATCH v1] dt-bindings: sound: tegra-audio-rt5677: Correct example Dmitry Osipenko
2021-12-16 16:07 ` Dmitry Osipenko
2021-12-21 15:19 ` Rob Herring
2021-12-21 15:19   ` Rob Herring
2021-12-21 16:41 ` Mark Brown
2021-12-21 16:41   ` Mark Brown
2021-12-21 17:50 ` Mark Brown
2021-12-21 17:50   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.