On 23/10/2023 14:35, Ramona Gradinariu wrote: > Add 'spi-cs-inactive-delay-ns' property. > > Signed-off-by: Ramona Gradinariu <ramona.gradinariu@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml b/Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml > index c73533c54588..f01bf0ada0e8 100644 > --- a/Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml > +++ b/Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml > @@ -47,6 +47,11 @@ properties: > spi-max-frequency: > maximum: 2000000 > > + spi-cs-inactive-delay-ns: > + minimum: 16000 > + description: > + If not explicitly set in the device tree, the driver will set it to 16us. Drop description, it's redundant/useless. Instead: default: 16000 Best regards, Krzysztof