]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: pcm512x: Remove hardcoding of pll-lock to GPIO4
authorHoward Mitchell <hm@hmbedded.co.uk>
Mon, 23 Mar 2015 21:17:01 +0000 (21:17 +0000)
committerMark Brown <broonie@kernel.org>
Sat, 11 Apr 2015 21:09:14 +0000 (22:09 +0100)
commit65e5ce705e83dcbc240ce6e5082a4e335c5a459e
tree61e0510c78f0594d282ae1d9a0b44b0f224ce18f
parentb7d65746744b343701de14ca433982a3229390be
ASoC: pcm512x: Remove hardcoding of pll-lock to GPIO4

Currently GPIO4 is hardcoded to output the pll-lock signal.
Unfortunately this is after the pll-out GPIO is configured which
is selectable in the device tree. Therefore it is not possible to
use GPIO4 for pll-out. Therefore this patch removes the
configuration of GPIO4.

Signed-off-by: Howard Mitchell <hm@hmbedded.co.uk>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/pcm512x.c