diff options
| -rw-r--r-- | Documentation/devicetree/bindings/sound/sgtl5000.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/sgtl5000.txt b/Documentation/devicetree/bindings/sound/sgtl5000.txt index 955df60a118c..d556dcb8816b 100644 --- a/Documentation/devicetree/bindings/sound/sgtl5000.txt +++ b/Documentation/devicetree/bindings/sound/sgtl5000.txt | |||
| @@ -7,10 +7,20 @@ Required properties: | |||
| 7 | 7 | ||
| 8 | - clocks : the clock provider of SYS_MCLK | 8 | - clocks : the clock provider of SYS_MCLK |
| 9 | 9 | ||
| 10 | - VDDA-supply : the regulator provider of VDDA | ||
| 11 | |||
| 12 | - VDDIO-supply: the regulator provider of VDDIO | ||
| 13 | |||
| 14 | Optional properties: | ||
| 15 | |||
| 16 | - VDDD-supply : the regulator provider of VDDD | ||
| 17 | |||
| 10 | Example: | 18 | Example: |
| 11 | 19 | ||
| 12 | codec: sgtl5000@0a { | 20 | codec: sgtl5000@0a { |
| 13 | compatible = "fsl,sgtl5000"; | 21 | compatible = "fsl,sgtl5000"; |
| 14 | reg = <0x0a>; | 22 | reg = <0x0a>; |
| 15 | clocks = <&clks 150>; | 23 | clocks = <&clks 150>; |
| 24 | VDDA-supply = <®_3p3v>; | ||
| 25 | VDDIO-supply = <®_3p3v>; | ||
| 16 | }; | 26 | }; |
