mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 01:52:03 +02:00
dt-bindings: iio: adc: Add excitation current sources properties
Some ADCs incorporate current sources that provide excitation current to resistive temperature devices (RTDs), thermistors, diodes and other resistive sensors that require constant current biasing. 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>
This commit is contained in:
parent
d8a07f6200
commit
fc418aa774
|
|
@ -80,6 +80,27 @@ properties:
|
|||
ADCs usually allow choosing between internal reference sources or a pair
|
||||
of external pins.
|
||||
|
||||
excitation-channels:
|
||||
$ref: /schemas/types.yaml#/definitions/uint32-array
|
||||
description:
|
||||
Excitation current sources provide current to resistive temperature
|
||||
devices (RTDs), thermistors, diodes and other resistive sensors that
|
||||
require constant current biasing.
|
||||
|
||||
This array describes the mux configuration of the excitation current
|
||||
sources. The values correspond to pins similar to the diff-channels and
|
||||
single-channel properties.
|
||||
|
||||
excitation-current-nanoamp:
|
||||
description:
|
||||
Excitation current sources provide current to resistive temperature
|
||||
devices (RTDs), thermistors, diodes and other resistive sensors that
|
||||
require constant current biasing.
|
||||
|
||||
This array describes the current configuration of the excitation current
|
||||
sources. The index in the array corresponds to the same index in the
|
||||
excitation-channels array.
|
||||
|
||||
anyOf:
|
||||
- oneOf:
|
||||
- required:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user