> On 25 Mar 2024, at 21.32, Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> wrote: > > The DAC081C081 is a TI DAC whose software interface is compatible with > the DAC5571. It is the 8-bit version of the DAC121C081, already > supported by the DAC5571 bindings. Extends the bindings to support this > chip. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> Reviewed-by: Sean Nyekjaer <sean@xxxxxxxxxx> > --- > 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 79da0323c327..e59db861e2eb 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,dac081c081 > - ti,dac121c081 > > reg: > -- > Regards, > > Laurent Pinchart >