diff options
author | Charles Keepax <ckeepax@gmail.com> | 2015-04-07 11:34:51 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-07 12:36:19 +0100 |
commit | 9b5c352e5425622b4371387d4718060da5d3ae32 (patch) | |
tree | 7164445f285a7e1ca4b253136d0244734958344f /Documentation/devicetree | |
parent | 7e5ee1c33e9ce4e4be0a6b8955c760e9a41a9e84 (diff) | |
download | op-kernel-dev-9b5c352e5425622b4371387d4718060da5d3ae32.zip op-kernel-dev-9b5c352e5425622b4371387d4718060da5d3ae32.tar.gz |
ASoC: wm8804: Update binding documentation to include reset GPIO
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/sound/wm8804.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/wm8804.txt b/Documentation/devicetree/bindings/sound/wm8804.txt index 10ef076..6fd124b 100644 --- a/Documentation/devicetree/bindings/sound/wm8804.txt +++ b/Documentation/devicetree/bindings/sound/wm8804.txt @@ -13,6 +13,10 @@ Required properties: - PVDD-supply, DVDD-supply : Power supplies for the device, as covered in Documentation/devicetree/bindings/regulator/regulator.txt +Optional properties: + + - wlf,reset-gpio: A GPIO specifier for the GPIO controlling the reset pin + Example: codec: wm8804@1a { |