Skip to content

Commit 0c86e33

Browse files
M-Vaittinenjic23
authored andcommitted
dt-bindings: iio: adc: Add ROHM BD79100G
The ROHM BD79100G is a 12-bit ADC which can be read over SPI. Device has no MOSI pin. ADC results can be read from MISO by clocking in 16 bits. The 4 leading bits will be zero, last 12 containig the data. Device has only VCC supply pin, which acts also as a VFS, determining the voltage for full 12-bits. Specifying it is mandatory. This seems identical to the ti,ads7866. Support ROHM BU79100G using ti,ads7866 as a fallback. Signed-off-by: Matti Vaittinen <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://patch.msgid.link/4907a096eee1f54afae834213cf721b551382d4e.1747203712.git.mazziesaccount@gmail.com Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 5aef97a commit 0c86e33

File tree

1 file changed

+34
-29
lines changed

1 file changed

+34
-29
lines changed

Documentation/devicetree/bindings/iio/adc/adi,ad7476.yaml

Lines changed: 34 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -17,35 +17,40 @@ description: |
1717
1818
properties:
1919
compatible:
20-
enum:
21-
- adi,ad7091
22-
- adi,ad7091r
23-
- adi,ad7273
24-
- adi,ad7274
25-
- adi,ad7276
26-
- adi,ad7277
27-
- adi,ad7278
28-
- adi,ad7466
29-
- adi,ad7467
30-
- adi,ad7468
31-
- adi,ad7475
32-
- adi,ad7476
33-
- adi,ad7476a
34-
- adi,ad7477
35-
- adi,ad7477a
36-
- adi,ad7478
37-
- adi,ad7478a
38-
- adi,ad7495
39-
- adi,ad7910
40-
- adi,ad7920
41-
- adi,ad7940
42-
- ti,adc081s
43-
- ti,adc101s
44-
- ti,adc121s
45-
- ti,ads7866
46-
- ti,ads7867
47-
- ti,ads7868
48-
- lltc,ltc2314-14
20+
oneOf:
21+
- items:
22+
- enum:
23+
- adi,ad7091
24+
- adi,ad7091r
25+
- adi,ad7273
26+
- adi,ad7274
27+
- adi,ad7276
28+
- adi,ad7277
29+
- adi,ad7278
30+
- adi,ad7466
31+
- adi,ad7467
32+
- adi,ad7468
33+
- adi,ad7475
34+
- adi,ad7476
35+
- adi,ad7476a
36+
- adi,ad7477
37+
- adi,ad7477a
38+
- adi,ad7478
39+
- adi,ad7478a
40+
- adi,ad7495
41+
- adi,ad7910
42+
- adi,ad7920
43+
- adi,ad7940
44+
- ti,adc081s
45+
- ti,adc101s
46+
- ti,adc121s
47+
- ti,ads7866
48+
- ti,ads7867
49+
- ti,ads7868
50+
- lltc,ltc2314-14
51+
- items:
52+
- const: rohm,bu79100g
53+
- const: ti,ads7866
4954

5055
reg:
5156
maxItems: 1

0 commit comments

Comments
 (0)