Re: [alsa-devel] [PATCH V4] ASoC: cs42xx8: add reset-gpios in binding document

2019-05-16 Thread S.j. Wang
Hi > On Thu, May 16, 2019 at 8:36 AM S.j. Wang > wrote: > > > cs42888: codec@48 { > > @@ -25,4 +30,5 @@ cs42888: codec@48 { > > VD-supply = <_audio>; > > VLS-supply = <_audio>; > > VLC-supply = <_audio>; > > + reset-gpios = <_b 1 1>; > > reset-gpios = <_b 1

Re: [alsa-devel] [PATCH V4] ASoC: cs42xx8: add reset-gpios in binding document

2019-05-16 Thread Fabio Estevam
On Thu, May 16, 2019 at 8:36 AM S.j. Wang wrote: > cs42888: codec@48 { > @@ -25,4 +30,5 @@ cs42888: codec@48 { > VD-supply = <_audio>; > VLS-supply = <_audio>; > VLC-supply = <_audio>; > + reset-gpios = <_b 1 1>; reset-gpios = <_b 1 GPIO_ACTIVE_LOW>; please

[PATCH V4] ASoC: cs42xx8: add reset-gpios in binding document

2019-05-16 Thread S.j. Wang
Add reset-gpios property, which is optional. Signed-off-by: Shengjiu Wang --- Changes in V4 - use gpios instead of gpio Changes in RESEND v3 - send updated binding document only Changes in v3 - update binding document. Changes in v2 - use devm_gpiod_get_optional instead of of_get_named_gpio