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
ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
hwmon
/
max1619.txt
blob
c70dbbe1e56f2b8cbccc5544c8f75a75fa31a483
1
Bindings for MAX1619 Temperature Sensor
2
3
Required properties:
4
- compatible : "maxim,max1619"
5
- reg : I2C address, one of 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, or
6
0x4d, 0x4e
7
8
Example:
9
temp@4c {
10
compatible = "maxim,max1619";
11
reg = <0x4c>;
12
};