On Mon, 21 Dec 2020 12:27:38 -0700 Rob Herring <robh@xxxxxxxxxx> wrote: > On Wed, 16 Dec 2020 11:13:16 +0100, Tomas Novotny wrote: > > The vdd-supply property is optional if vref-supply is provided for > > mcp4726. > > > > Also the microchip,vref-buffered makes sense only if vref-supply is > > specified. > > > > Spotted by Jonathan during conversion to yaml. > > > > Reported-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > Signed-off-by: Tomas Novotny <tomas@xxxxxxxxxx> I'm taking this this slow way as we are just providing slightly more flexible conditions rather than allowing anything we suspect anyone is already using. Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to probably ignore it ;) Thanks for tidying this up. Jonathan > > --- > > .../bindings/iio/dac/microchip,mcp4725.yaml | 31 +++++++++++++++---- > > 1 file changed, 25 insertions(+), 6 deletions(-) > > > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>