diff options
author | Daniel Mack <daniel@zonque.org> | 2018-12-06 15:24:56 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-12-06 23:08:46 +0300 |
commit | db097f95b4b81c5371928449706fabfa576cd65c (patch) | |
tree | 75ff3fff30672986bb8aabbd5d36c2c1eb490358 /Documentation/devicetree/bindings/sound/ak4104.txt | |
parent | f98acd8a3115e1de780083ced42039522075d155 (diff) | |
download | linux-db097f95b4b81c5371928449706fabfa576cd65c.tar.xz |
ASoC: dt-bindings: ak4104: use 'reset-gpios' rather than 'reset-gpio'
Bindings should use 'reset-gpios', not 'reset-gpio'. The driver needs to
switch to the gpiod consume API to handle this correctly.
Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/ak4104.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/ak4104.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/ak4104.txt b/Documentation/devicetree/bindings/sound/ak4104.txt index deca5e18f304..ae5f7f057dc3 100644 --- a/Documentation/devicetree/bindings/sound/ak4104.txt +++ b/Documentation/devicetree/bindings/sound/ak4104.txt @@ -12,8 +12,8 @@ Required properties: Optional properties: - - reset-gpio : a GPIO spec for the reset pin. If specified, it will be - deasserted before communication to the device starts. + - reset-gpios : a GPIO spec for the reset pin. If specified, it will be + deasserted before communication to the device starts. Example: |