On Mon, 17 Aug 2020 20:24:51 -0600 Rob Herring <robh@xxxxxxxxxx> wrote: > On Sun, Aug 09, 2020 at 12:17:41PM +0100, Jonathan Cameron wrote: > > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > > > Drops the deprecated compatibles without the vendor name. > > Whilst the driver continues to support these for old dt blobs, > > any dt bindings that are actuallly verified against this document should > > be fixed to add the vendor name. > > > > Enforces rule that spi-cpol == spi-cpha. Is there a cleaner way to > > do this? > > dependencies: > spi-cpol: [ spi-cpha ] > spi-cpha: [ spi-cpol ] Great! > > With that, > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> Applied, Thanks, Jonathan > > > > > Added the #io-channel-cells property to allow for consumers. > > > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > Cc: Oskar Andero <oskar.andero@xxxxxxxxx> > > --- > > .../devicetree/bindings/iio/adc/mcp320x.txt | 57 ------------ > > .../bindings/iio/adc/microchip,mcp3201.yaml | 93 +++++++++++++++++++ > > 2 files changed, 93 insertions(+), 57 deletions(-)