diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2015-03-05 18:42:51 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-05 19:51:58 +0300 |
commit | 45ad3e67f663af3f7988552165e8b8ebddde0ac7 (patch) | |
tree | 80793e7112c726f3bedbfc4a86846d2344b588e4 /Documentation/devicetree/bindings/sound/wm8804.txt | |
parent | fcf638f9953eb7f3b97fad7e970ae59dcdbd70c1 (diff) | |
download | linux-45ad3e67f663af3f7988552165e8b8ebddde0ac7.tar.xz |
ASoC: wm8804: Update DT binding document to cover regulator supplies
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/wm8804.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/wm8804.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/wm8804.txt b/Documentation/devicetree/bindings/sound/wm8804.txt index 4d3a56f38adc..10ef07606b84 100644 --- a/Documentation/devicetree/bindings/sound/wm8804.txt +++ b/Documentation/devicetree/bindings/sound/wm8804.txt @@ -10,6 +10,9 @@ Required properties: - reg : the I2C address of the device for I2C, the chip select number for SPI. + - PVDD-supply, DVDD-supply : Power supplies for the device, as covered + in Documentation/devicetree/bindings/regulator/regulator.txt + Example: codec: wm8804@1a { |