linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: max9892x: Add documentation for reset-gpio support
@ 2018-09-12 12:19 Cheng-Yi Chiang
  2018-09-12 12:19 ` [PATCH 2/2] ASoC: max98927: Add " Cheng-Yi Chiang
  2018-09-12 12:28 ` [PATCH 1/2] ASoC: max9892x: Add documentation for " Mark Brown
  0 siblings, 2 replies; 14+ messages in thread
From: Cheng-Yi Chiang @ 2018-09-12 12:19 UTC (permalink / raw)
  To: linux-kernel; +Cc: Mark Brown, ryans.lee, alsa-devel, dgreid, Cheng-Yi Chiang

max98927 codec driver will support reset-gpio binding so it can toggle
reset line in its probe function.

Signed-off-by: Cheng-Yi Chiang <cychiang@chromium.org>
---
 Documentation/devicetree/bindings/sound/max9892x.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/max9892x.txt b/Documentation/devicetree/bindings/sound/max9892x.txt
index f6171591ddc61..8bf30483eedcd 100644
--- a/Documentation/devicetree/bindings/sound/max9892x.txt
+++ b/Documentation/devicetree/bindings/sound/max9892x.txt
@@ -29,6 +29,8 @@ Required properties:
                    Range : 0 (off), 1 (on),  Default : 0
 
   - reg : the I2C address of the device for I2C
+  - reset-gpio: reset gpio the chip is connected to. This is supported
+                on max98927.
 
 Example:
 
@@ -38,4 +40,5 @@ codec: max98927@3a {
    imon-slot-no = <1>;
    interleave-mode = <0>;
    reg = <0x3a>;
+   reset-gpio = <&tlmm 75 GPIO_ACTIVE_LOW>;
 };
-- 
2.16.4


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

end of thread, other threads:[~2018-11-20  1:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-12 12:19 [PATCH 1/2] ASoC: max9892x: Add documentation for reset-gpio support Cheng-Yi Chiang
2018-09-12 12:19 ` [PATCH 2/2] ASoC: max98927: Add " Cheng-Yi Chiang
2018-09-12 16:47   ` [alsa-devel] " Rohit Kumar
2018-09-17  9:00     ` Cheng-yi Chiang
2018-09-17 17:47       ` Mark Brown
2018-09-20 11:36   ` kbuild test robot
2018-09-20 16:19   ` Mark Brown
2018-10-09 13:46     ` Cheng-yi Chiang
2018-10-12 10:05       ` Philipp Zabel
2018-10-12 13:46         ` Maxime Ripard
2018-10-17 17:02           ` Philipp Zabel
2018-11-20  1:19             ` Cheng-yi Chiang
2018-09-12 12:28 ` [PATCH 1/2] ASoC: max9892x: Add documentation for " Mark Brown
2018-09-13  4:25   ` Cheng-yi Chiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).