Message ID | 102ae6df3b5398e8c66b954ac5e13a9d565fab6f.1630632805.git.atafalla@dnyon.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add reset-gpios handling for max98927 | expand |
On Fri, 03 Sep 2021 03:49:51 +0200, Alejandro wrote: > From: Alejandro Tafalla <atafalla@dnyon.com> > > Add the reset-gpios as an optional property because some devices might > not need it to work properly. > > Signed-off-by: Alejandro Tafalla <atafalla@dnyon.com> > --- > Documentation/devicetree/bindings/sound/max9892x.txt | 3 +++ > 1 file changed, 3 insertions(+) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.
On 3/9/21 19:41 Rob Herring wrote: > On Fri, 03 Sep 2021 03:49:51 +0200, Alejandro wrote: > > From: Alejandro Tafalla <atafalla@dnyon.com> > > > > Add the reset-gpios as an optional property because some devices might > > not need it to work properly. > > > > Signed-off-by: Alejandro Tafalla <atafalla@dnyon.com> > > --- > > > > Documentation/devicetree/bindings/sound/max9892x.txt | 3 +++ > > 1 file changed, 3 insertions(+) > > Please add Acked-by/Reviewed-by tags when posting new versions. However, > there's no need to repost patches *only* to add the tags. The upstream > maintainer will do that for acks received on the version they apply. > > If a tag was not added on purpose, please state why and what changed. Okay. I was gonna send another version so I'll add it there.
diff --git a/Documentation/devicetree/bindings/sound/max9892x.txt b/Documentation/devicetree/bindings/sound/max9892x.txt index f6171591ddc6..98cb9ba5b328 100644 --- a/Documentation/devicetree/bindings/sound/max9892x.txt +++ b/Documentation/devicetree/bindings/sound/max9892x.txt @@ -30,6 +30,9 @@ Required properties: - reg : the I2C address of the device for I2C +Optional properties: + - reset-gpios : GPIO to reset the device + Example: codec: max98927@3a {