* [PATCH] sgtl5000.txt: Include supplies as required properties
@ 2013-04-18 0:10 Fabio Estevam
2013-04-18 11:16 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2013-04-18 0:10 UTC (permalink / raw)
To: broonie; +Cc: Fabio Estevam, alsa-devel, shawn.guo, rob.herring, kernel
From: Fabio Estevam <fabio.estevam@freescale.com>
sgtl5000 driver cannot probe succesfully if VDDA and VDDIO regulators are not
provided.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
.../devicetree/bindings/sound/sgtl5000.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/sound/sgtl5000.txt b/Documentation/devicetree/bindings/sound/sgtl5000.txt
index 9cc4444..520eb98 100644
--- a/Documentation/devicetree/bindings/sound/sgtl5000.txt
+++ b/Documentation/devicetree/bindings/sound/sgtl5000.txt
@@ -5,9 +5,15 @@ Required properties:
- reg : the I2C address of the device
+- VDDA-supply: regulator that provides VDDA voltage
+
+- VDDIO-supply: regulator that provides VDDIO voltage
+
Example:
codec: sgtl5000@0a {
compatible = "fsl,sgtl5000";
reg = <0x0a>;
+ VDDA-supply = <®_2p5v>;
+ VDDIO-supply = <®_3p3v>;
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] sgtl5000.txt: Include supplies as required properties
2013-04-18 0:10 [PATCH] sgtl5000.txt: Include supplies as required properties Fabio Estevam
@ 2013-04-18 11:16 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2013-04-18 11:16 UTC (permalink / raw)
To: Fabio Estevam; +Cc: Fabio Estevam, alsa-devel, shawn.guo, rob.herring, kernel
[-- Attachment #1.1: Type: text/plain, Size: 235 bytes --]
On Wed, Apr 17, 2013 at 09:10:39PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> sgtl5000 driver cannot probe succesfully if VDDA and VDDIO regulators are not
> provided.
Applied, thanks.
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-18 11:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-18 0:10 [PATCH] sgtl5000.txt: Include supplies as required properties Fabio Estevam
2013-04-18 11:16 ` 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.