repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
Documentation
/
devicetree
/
bindings
/
thermal
/
spear-thermal.txt
blob
93e3b67c102d5af108f174c2b82bbae9cb8fc117
1
* SPEAr Thermal
2
3
Required properties:
4
- compatible : "st,thermal-spear1340"
5
- reg : Address range of the thermal registers
6
- st,thermal-flags: flags used to enable thermal sensor
7
8
Example:
9
10
thermal@fc000000 {
11
compatible = "st,thermal-spear1340";
12
reg = <0xfc000000 0x1000>;
13
st,thermal-flags = <0x7000>;
14
};