diff options
author | Daniel Mack <daniel@zonque.org> | 2018-12-06 13:24:25 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-12-06 21:07:44 +0100 |
commit | eab8e354a8c7b4496cb68a6f5adc5ec3a1f59151 (patch) | |
tree | 9147fd4319d69815d388c4f7fb6b152a53dd131e /Documentation/devicetree/bindings/sound | |
parent | ASoC: Use of_node_name_eq for node name comparisons (diff) | |
download | linux-eab8e354a8c7b4496cb68a6f5adc5ec3a1f59151.tar.xz linux-eab8e354a8c7b4496cb68a6f5adc5ec3a1f59151.zip |
ASoC: dt-bindings: cs4270: 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')
-rw-r--r-- | Documentation/devicetree/bindings/sound/cs4270.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/cs4270.txt b/Documentation/devicetree/bindings/sound/cs4270.txt index 6b222f9b8ef5..c33770ec4c3c 100644 --- a/Documentation/devicetree/bindings/sound/cs4270.txt +++ b/Documentation/devicetree/bindings/sound/cs4270.txt @@ -10,8 +10,8 @@ Required properties: Optional properties: - - reset-gpio : a GPIO spec for the reset pin. If specified, it will be - deasserted before communication to the codec starts. + - reset-gpios : a GPIO spec for the reset pin. If specified, it will be + deasserted before communication to the codec starts. Example: |