Message ID | 90204a08-0c88-6c21-1492-6a5330184096@axentia.se (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add support for texas dac121c081 to the dac5571 driver | expand |
On Mon, Apr 25, 2022 at 08:02:25AM +0200, Peter Rosin wrote: > It works much the same as ti,dac7571, so it fits in the "family" even > if the name is a little bit different. > > Signed-off-by: Peter Rosin <peda@axentia.se> Reviewed-by: Sean Nyekjaer <sean@geanix.com> > --- > Documentation/devicetree/bindings/iio/dac/ti,dac5571.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iio/dac/ti,dac5571.yaml b/Documentation/devicetree/bindings/iio/dac/ti,dac5571.yaml > index 714191724f7c..88298bc43b81 100644 > --- a/Documentation/devicetree/bindings/iio/dac/ti,dac5571.yaml > +++ b/Documentation/devicetree/bindings/iio/dac/ti,dac5571.yaml > @@ -21,6 +21,7 @@ properties: > - ti,dac5573 > - ti,dac6573 > - ti,dac7573 > + - ti,dac121c081 > reg: > maxItems: 1 > -- > 2.20.1 >
On Mon, 25 Apr 2022 08:02:25 +0200, Peter Rosin wrote: > It works much the same as ti,dac7571, so it fits in the "family" even > if the name is a little bit different. > > Signed-off-by: Peter Rosin <peda@axentia.se> > --- > Documentation/devicetree/bindings/iio/dac/ti,dac5571.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/iio/dac/ti,dac5571.yaml b/Documentation/devicetree/bindings/iio/dac/ti,dac5571.yaml index 714191724f7c..88298bc43b81 100644 --- a/Documentation/devicetree/bindings/iio/dac/ti,dac5571.yaml +++ b/Documentation/devicetree/bindings/iio/dac/ti,dac5571.yaml @@ -21,6 +21,7 @@ properties: - ti,dac5573 - ti,dac6573 - ti,dac7573 + - ti,dac121c081 reg: maxItems: 1
It works much the same as ti,dac7571, so it fits in the "family" even if the name is a little bit different. Signed-off-by: Peter Rosin <peda@axentia.se> --- Documentation/devicetree/bindings/iio/dac/ti,dac5571.yaml | 1 + 1 file changed, 1 insertion(+)