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
/
hwmon
/
ad741x.txt
blob
9102152c841004bee76305dd1acefbbca9c38515
1
* AD7416/AD7417/AD7418 Temperature Sensor Device Tree Bindings
2
3
Required properties:
4
- compatible: one of
5
"adi,ad7416"
6
"adi,ad7417"
7
"adi,ad7418"
8
- reg: I2C address
9
10
Example:
11
12
hwmon@28 {
13
compatible = "adi,ad7418";
14
reg = <0x28>;
15
};