]> asedeno.scripts.mit.edu Git - linux.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>
Mon, 23 Mar 2015 21:38:32 +0000 (14:38 -0700)
commitcd02e3df529eb3fbf8904ba60a617f6217ac7629
tree27215ae0f3ab74e15c51339c64e1ae6ff73ae55c
parentf073faa73626f41db7050a69edd5074c53ce6d6c
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