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
/
dac
/
ti,dac5571.txt
blob
03af6b9a4d07c1434eb45e34eb1b5de19df8231c
1
* Texas Instruments DAC5571 Family
2
3
Required properties:
4
- compatible: Should contain
5
"ti,dac5571"
6
"ti,dac6571"
7
"ti,dac7571"
8
"ti,dac5574"
9
"ti,dac6574"
10
"ti,dac7574"
11
"ti,dac5573"
12
"ti,dac6573"
13
"ti,dac7573"
14
- reg: Should contain the DAC I2C address
15
16
Optional properties:
17
- vref-supply: The regulator supply for DAC reference voltage
18
19
Example:
20
dac@0 {
21
compatible = "ti,dac5571";
22
reg = <0x4C>;
23
vref-supply = <&vdd_supply>;
24
};