Commit eab8e354 authored by Daniel Mack's avatar Daniel Mack Committed by Mark Brown

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: default avatarDaniel Mack <daniel@zonque.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1d52a74e
...@@ -10,8 +10,8 @@ Required properties: ...@@ -10,8 +10,8 @@ Required properties:
Optional properties: Optional properties:
- reset-gpio : a GPIO spec for the reset pin. If specified, it will be - reset-gpios : a GPIO spec for the reset pin. If specified, it will be
deasserted before communication to the codec starts. deasserted before communication to the codec starts.
Example: Example:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment