repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
iio
/
adc
/
ad7949.txt
blob
c7f5057356b190f4619fc872929e782134e86842
1
* Analog Devices AD7949/AD7682/AD7689
2
3
Required properties:
4
- compatible: Should be one of
5
* "adi,ad7949"
6
* "adi,ad7682"
7
* "adi,ad7689"
8
- reg: spi chip select number for the device
9
- vref-supply: The regulator supply for ADC reference voltage
10
11
Example:
12
adc@0 {
13
compatible = "adi,ad7949";
14
reg = <0>;
15
vref-supply = <&vdd_supply>;
16
};