diff options
author | Charles Keepax <ckeepax@gmail.com> | 2015-04-07 12:34:51 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-07 13:36:19 +0200 |
commit | 9b5c352e5425622b4371387d4718060da5d3ae32 (patch) | |
tree | 7164445f285a7e1ca4b253136d0244734958344f /Documentation | |
parent | ASoC: wm8804: Add support for hardware reset line (diff) | |
download | linux-9b5c352e5425622b4371387d4718060da5d3ae32.tar.xz linux-9b5c352e5425622b4371387d4718060da5d3ae32.zip |
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')
-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 10ef07606b84..6fd124b16496 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 { |