On Fri, 04 Oct 2024 21:48:36 +0000, Guillaume Stols wrote: > The documentation is erroneously stating that spi-cpha is required, and > the example is erroneously setting both spi-cpol and spi-cpha. According > to the datasheet, only cpol should be set. > > On zedboard for instance, setting the devicetree as in the example will > simply not work. > > Fixes: 416f882c3b40 ("dt-bindings: iio: adc: Migrate AD7606 documentation to yaml") > Fixes: 6e33a125df66 ("dt-bindings: iio: adc: Add docs for AD7606 ADC") > Signed-off-by: Guillaume Stols <gstols@xxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>