Commit a3b4a48f authored by Guillaume Stols's avatar Guillaume Stols Committed by Jonathan Cameron

dt-bindings: iio: adc: adi,ad7606: normalize textwidth

Normalize textwidth to 80 columns on the descriptions.
Acked-by: default avatarRob Herring (Arm) <robh@kernel.org>
Signed-off-by: default avatarGuillaume Stols <gstols@baylibre.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 43ebc481
...@@ -40,60 +40,58 @@ properties: ...@@ -40,60 +40,58 @@ properties:
adi,conversion-start-gpios: adi,conversion-start-gpios:
description: description:
Must be the device tree identifier of the CONVST pin. Must be the device tree identifier of the CONVST pin. This logic input is
This logic input is used to initiate conversions on the analog used to initiate conversions on the analog input channels. As the line is
input channels. As the line is active high, it should be marked active high, it should be marked GPIO_ACTIVE_HIGH.
GPIO_ACTIVE_HIGH.
maxItems: 1 maxItems: 1
reset-gpios: reset-gpios:
description: description:
Must be the device tree identifier of the RESET pin. If specified, Must be the device tree identifier of the RESET pin. If specified, it will
it will be asserted during driver probe. As the line is active high, be asserted during driver probe. As the line is active high, it should be
it should be marked GPIO_ACTIVE_HIGH. marked GPIO_ACTIVE_HIGH.
maxItems: 1 maxItems: 1
standby-gpios: standby-gpios:
description: description:
Must be the device tree identifier of the STBY pin. This pin is used Must be the device tree identifier of the STBY pin. This pin is used to
to place the AD7606 into one of two power-down modes, Standby mode or place the AD7606 into one of two power-down modes, Standby mode or
Shutdown mode. As the line is active low, it should be marked Shutdown mode. As the line is active low, it should be marked
GPIO_ACTIVE_LOW. GPIO_ACTIVE_LOW.
maxItems: 1 maxItems: 1
adi,first-data-gpios: adi,first-data-gpios:
description: description:
Must be the device tree identifier of the FRSTDATA pin. Must be the device tree identifier of the FRSTDATA pin. The FRSTDATA
The FRSTDATA output indicates when the first channel, V1, is output indicates when the first channel, V1, is being read back on either
being read back on either the parallel, byte or serial interface. the parallel, byte or serial interface. As the line is active high, it
As the line is active high, it should be marked GPIO_ACTIVE_HIGH. should be marked GPIO_ACTIVE_HIGH.
maxItems: 1 maxItems: 1
adi,range-gpios: adi,range-gpios:
description: description:
Must be the device tree identifier of the RANGE pin. The polarity on Must be the device tree identifier of the RANGE pin. The polarity on this
this pin determines the input range of the analog input channels. If pin determines the input range of the analog input channels. If this pin
this pin is tied to a logic high, the analog input range is ±10V for is tied to a logic high, the analog input range is ±10V for all channels.
all channels. If this pin is tied to a logic low, the analog input range If this pin is tied to a logic low, the analog input range is ±5V for all
is ±5V for all channels. As the line is active high, it should be marked channels. As the line is active high, it should be marked
GPIO_ACTIVE_HIGH. GPIO_ACTIVE_HIGH.
maxItems: 1 maxItems: 1
adi,oversampling-ratio-gpios: adi,oversampling-ratio-gpios:
description: description:
Must be the device tree identifier of the over-sampling Must be the device tree identifier of the over-sampling mode pins. As the
mode pins. As the line is active high, it should be marked line is active high, it should be marked GPIO_ACTIVE_HIGH.
GPIO_ACTIVE_HIGH.
maxItems: 3 maxItems: 3
adi,sw-mode: adi,sw-mode:
description: description:
Software mode of operation, so far available only for ad7616 and ad7606b. Software mode of operation, so far available only for ad7616 and ad7606b.
It is enabled when all three oversampling mode pins are connected to It is enabled when all three oversampling mode pins are connected to high
high level. The device is configured by the corresponding registers. If the level. The device is configured by the corresponding registers. If the
adi,oversampling-ratio-gpios property is defined, then the driver will set the adi,oversampling-ratio-gpios property is defined, then the driver will set
oversampling gpios to high. Otherwise, it is assumed that the pins are hardwired the oversampling gpios to high. Otherwise, it is assumed that the pins are
to VDD. hardwired to VDD.
type: boolean type: boolean
required: required:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment