diff options
| author | Kurt Borja <kuurtb@gmail.com> | 2026-07-14 18:21:25 -0500 |
|---|---|---|
| committer | Jonathan Cameron <jonathan.cameron@oss.qualcomm.com> | 2026-07-20 00:32:06 +0100 |
| commit | 4bbfdc86dc98b890db3d5b9c3456e73cea4767ab (patch) | |
| tree | 862ffd395be9d277441575f2b8419b401c5ad186 | |
| parent | fc418aa7742b799a56923016121841806a3e6545 (diff) | |
| download | linux-4bbfdc86dc98b890db3d5b9c3456e73cea4767ab.tar.gz linux-4bbfdc86dc98b890db3d5b9c3456e73cea4767ab.zip | |
dt-bindings: iio: adc: Add burn-out current properties
Some ADCs incorporate burn-out current sources that provide current to
the channel's input pins for open-circuit or short-circuit detection.
Signed-off-by: Kurt Borja <kuurtb@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: David Lechner (TI) <dlechner@baylibre.com>
Signed-off-by: Jonathan Cameron <jonathan.cameron@oss.qualcomm.com>
| -rw-r--r-- | Documentation/devicetree/bindings/iio/adc/adc.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/adc.yaml b/Documentation/devicetree/bindings/iio/adc/adc.yaml index 9f7196d61ac3..e1da63119648 100644 --- a/Documentation/devicetree/bindings/iio/adc/adc.yaml +++ b/Documentation/devicetree/bindings/iio/adc/adc.yaml @@ -101,6 +101,11 @@ properties: sources. The index in the array corresponds to the same index in the excitation-channels array. + burn-out-current-nanoamp: + description: + Burn-out current sources provide current to the channel's input pins for + open-circuit or short-circuit detection. + anyOf: - oneOf: - required: |
