Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Daniel Mack and committed by
Mark Brown
db097f95 f98acd8a

+2 -2
+2 -2
Documentation/devicetree/bindings/sound/ak4104.txt
··· 12 12 13 13 Optional properties: 14 14 15 - - reset-gpio : a GPIO spec for the reset pin. If specified, it will be 16 - deasserted before communication to the device starts. 15 + - reset-gpios : a GPIO spec for the reset pin. If specified, it will be 16 + deasserted before communication to the device starts. 17 17 18 18 Example: 19 19