RE: [PATCH] ASoC: pcm512x: Remove hardcoding of pll-lock to GPIO4

2015-03-24 Thread Peter Rosin
Howard Mitchell wrote: > 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 GP

Re: [PATCH] ASoC: pcm512x: Remove hardcoding of pll-lock to GPIO4

2015-03-23 Thread Mark Brown
On Mon, Mar 23, 2015 at 09:17:01PM +, Howard Mitchell wrote: > 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 th

[PATCH] ASoC: pcm512x: Remove hardcoding of pll-lock to GPIO4

2015-03-23 Thread Howard Mitchell
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 Mitch