diff options
-rw-r--r-- | Documentation/devicetree/bindings/iio/adc/da9150-gpadc.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/da9150-gpadc.txt b/Documentation/devicetree/bindings/iio/adc/da9150-gpadc.txt new file mode 100644 index 000000000000..c07228da92ac --- /dev/null +++ b/Documentation/devicetree/bindings/iio/adc/da9150-gpadc.txt | |||
@@ -0,0 +1,16 @@ | |||
1 | Dialog Semiconductor DA9150 IIO GPADC bindings | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: "dlg,da9150-gpadc" for DA9150 IIO GPADC | ||
5 | - #io-channel-cells: Should be set to <1> | ||
6 | (See Documentation/devicetree/bindings/iio/iio-bindings.txt for further info) | ||
7 | |||
8 | For further information on GPADC channels, see device datasheet. | ||
9 | |||
10 | |||
11 | Example: | ||
12 | |||
13 | gpadc: da9150-gpadc { | ||
14 | compatible = "dlg,da9150-gpadc"; | ||
15 | #io-channel-cells = <1>; | ||
16 | }; | ||