diff options
author | Warner Losh <imp@FreeBSD.org> | 2014-02-27 19:39:44 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2014-02-27 19:39:44 +0000 |
commit | 0d4a4b13019e01c1eab30b74c983040450010b81 (patch) | |
tree | ff6e99cffa59c3e85a311d8dd06e6f6dab4988b2 /Bindings/thermal/dove-thermal.txt | |
download | src-test2-0d4a4b13019e01c1eab30b74c983040450010b81.tar.gz src-test2-0d4a4b13019e01c1eab30b74c983040450010b81.zip |
Notes
Diffstat (limited to 'Bindings/thermal/dove-thermal.txt')
-rw-r--r-- | Bindings/thermal/dove-thermal.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Bindings/thermal/dove-thermal.txt b/Bindings/thermal/dove-thermal.txt new file mode 100644 index 000000000000..6f474677d472 --- /dev/null +++ b/Bindings/thermal/dove-thermal.txt @@ -0,0 +1,18 @@ +* Dove Thermal + +This driver is for Dove SoCs which contain a thermal sensor. + +Required properties: +- compatible : "marvell,dove-thermal" +- reg : Address range of the thermal registers + +The reg properties should contain two ranges. The first is for the +three Thermal Manager registers, while the second range contains the +Thermal Diode Control Registers. + +Example: + + thermal@10078 { + compatible = "marvell,dove-thermal"; + reg = <0xd001c 0x0c>, <0xd005c 0x08>; + }; |