]> Git Repo - linux.git/commitdiff
ASoC: sgtl500: Document the required supplies
authorFabio Estevam <[email protected]>
Tue, 14 Oct 2014 14:11:02 +0000 (11:11 -0300)
committerMark Brown <[email protected]>
Wed, 15 Oct 2014 09:18:23 +0000 (11:18 +0200)
sgtl5000 has two required supplies: VDDA and VDDIO and one optional supply:
VDDD, so document this properly.

Not passing VDDA and VDDIO prevents the driver to probe successfully.

Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Documentation/devicetree/bindings/sound/sgtl5000.txt

index 955df60a118c5465b9884369db48533ba17af121..d556dcb8816bd9537e2359f9e4e365ec873283d2 100644 (file)
@@ -7,10 +7,20 @@ Required properties:
 
 - clocks : the clock provider of SYS_MCLK
 
+- VDDA-supply : the regulator provider of VDDA
+
+- VDDIO-supply: the regulator provider of VDDIO
+
+Optional properties:
+
+- VDDD-supply : the regulator provider of VDDD
+
 Example:
 
 codec: sgtl5000@0a {
        compatible = "fsl,sgtl5000";
        reg = <0x0a>;
        clocks = <&clks 150>;
+       VDDA-supply = <&reg_3p3v>;
+       VDDIO-supply = <&reg_3p3v>;
 };
This page took 0.05144 seconds and 4 git commands to generate.