diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2013-02-06 06:35:24 +0000 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-02-08 20:25:56 +0800 |
commit | 7060aa36645c51d1205ef0e0cbf7b564f1f52f36 (patch) | |
tree | 068862ada1e03eaa9dbd564d3ca60325cb3d50c4 /Documentation/devicetree/bindings/thermal/kirkwood-thermal.txt | |
parent | 76cc1887496fe80138c6b07c37d7f81e4cf27cde (diff) |
thermal: Add support for the thermal sensor on Kirkwood SoCs
This patch adds support for Kirkwood 88F6282 and 88F6283 thermal sensor.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'Documentation/devicetree/bindings/thermal/kirkwood-thermal.txt')
-rw-r--r-- | Documentation/devicetree/bindings/thermal/kirkwood-thermal.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/thermal/kirkwood-thermal.txt b/Documentation/devicetree/bindings/thermal/kirkwood-thermal.txt new file mode 100644 index 000000000000..8c0f5eb86da7 --- /dev/null +++ b/Documentation/devicetree/bindings/thermal/kirkwood-thermal.txt @@ -0,0 +1,15 @@ +* Kirkwood Thermal + +This version is for Kirkwood 88F8262 & 88F6283 SoCs. Other kirkwoods +don't contain a thermal sensor. + +Required properties: +- compatible : "marvell,kirkwood-thermal" +- reg : Address range of the thermal registers + +Example: + + thermal@10078 { + compatible = "marvell,kirkwood-thermal"; + reg = <0x10078 0x4>; + }; |