diff options
Diffstat (limited to 'kernel/Documentation/devicetree/bindings/thermal/kirkwood-thermal.txt')
-rw-r--r-- | kernel/Documentation/devicetree/bindings/thermal/kirkwood-thermal.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kernel/Documentation/devicetree/bindings/thermal/kirkwood-thermal.txt b/kernel/Documentation/devicetree/bindings/thermal/kirkwood-thermal.txt new file mode 100644 index 000000000..8c0f5eb86 --- /dev/null +++ b/kernel/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>; + }; |