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
/
humidity
/
hdc100x.txt
blob
c52333bdfd1997384f0fde55b5b7512af0b531fc
1
* HDC100x temperature + humidity sensors
2
3
Required properties:
4
- compatible: Should contain one of the following:
5
ti,hdc1000
6
ti,hdc1008
7
ti,hdc1010
8
ti,hdc1050
9
ti,hdc1080
10
- reg: i2c address of the sensor
11
12
Example:
13
14
hdc100x@40 {
15
compatible = "ti,hdc1000";
16
reg = <0x40>;
17
};