public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/2] dt-bindings: iio: adc: Add TI ADS1100 and ADS1000
@ 2023-02-28  6:31 Mike Looijmans
  2023-02-28  6:31 ` [PATCH v3 2/2] " Mike Looijmans
  2023-02-28 10:34 ` [PATCH v3 1/2] dt-bindings: " Krzysztof Kozlowski
  0 siblings, 2 replies; 21+ messages in thread
From: Mike Looijmans @ 2023-02-28  6:31 UTC (permalink / raw)
  To: devicetree, linux-iio
  Cc: Mike Looijmans, Jonathan Cameron, Krzysztof Kozlowski,
	Lars-Peter Clausen, Rob Herring, linux-kernel

The ADS1100 is a 16-bit ADC (at 8 samples per second).
The ADS1000 is similar, but has a fixed data rate.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>

---

(no changes since v2)

Changes in v2:
"reg" property is mandatory.
Add vdd-supply and #io-channel-cells

 .../bindings/iio/adc/ti,ads1100.yaml          | 46 +++++++++++++++++++
 1 file changed, 46 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/ti,ads1100.yaml

diff --git a/Documentation/devicetree/bindings/iio/adc/ti,ads1100.yaml b/Documentation/devicetree/bindings/iio/adc/ti,ads1100.yaml
new file mode 100644
index 000000000000..970ccab15e1e
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/adc/ti,ads1100.yaml
@@ -0,0 +1,46 @@
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/iio/adc/ti,ads1100.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: TI ADS1100/ADS1000 single channel I2C analog to digital converter
+
+maintainers:
+  - Mike Looijmans <mike.looijmans@topic.nl>
+
+description: |
+  Datasheet at: https://www.ti.com/lit/gpn/ads1100
+
+properties:
+  compatible:
+    enum:
+      - ti,ads1100
+      - ti,ads1000
+
+  reg:
+    maxItems: 1
+
+  vdd-supply: true
+
+  "#io-channel-cells":
+    const: 0
+
+required:
+  - compatible
+  - reg
+
+additionalProperties: false
+
+examples:
+  - |
+    i2c {
+        #address-cells = <1>;
+        #size-cells = <0>;
+
+        adc@49 {
+            compatible = "ti,ads1100";
+            reg = <0x49>;
+        };
+    };
+...
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-03-12 14:53 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-28  6:31 [PATCH v3 1/2] dt-bindings: iio: adc: Add TI ADS1100 and ADS1000 Mike Looijmans
2023-02-28  6:31 ` [PATCH v3 2/2] " Mike Looijmans
2023-03-01 15:30   ` Andy Shevchenko
2023-03-02  7:49     ` Mike Looijmans
2023-03-02 13:16       ` Lars-Peter Clausen
2023-03-02 13:20         ` Lars-Peter Clausen
2023-03-02 14:24           ` Andy Shevchenko
2023-03-04 17:19           ` Jonathan Cameron
2023-03-02 14:23       ` Andy Shevchenko
2023-03-04 17:26         ` Jonathan Cameron
2023-03-06 12:09           ` Andy Shevchenko
2023-03-04 17:57   ` Jonathan Cameron
2023-03-06  6:31     ` Mike Looijmans
2023-03-06 11:21     ` Mike Looijmans
2023-03-12 14:53       ` Jonathan Cameron
2023-03-06 12:11     ` Andy Shevchenko
2023-03-06 12:16       ` Andy Shevchenko
2023-03-06 12:20         ` Andy Shevchenko
2023-03-06 12:56       ` Mike Looijmans
2023-03-06 13:19         ` Andy Shevchenko
2023-02-28 10:34 ` [PATCH v3 1/2] dt-bindings: " Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox