summary refs log tree commit diff
path: root/Documentation
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2017-09-01 08:58:18 +0200
committerGuenter Roeck <linux@roeck-us.net>2017-09-01 07:24:12 -0700
commit7a3b68b9075cf9b67692bb97497740bab1dfab41 (patch)
tree2295e3a17dc1318e73b6d2a248808b146b6574e3 /Documentation
parent610526527a13e4c91e64ec3dfb4626c5043291c9 (diff)
downloadlinux-7a3b68b9075cf9b67692bb97497740bab1dfab41.tar.gz
hwmon: (ltq-cputemp) add devicetree bindings documentation
Document the devicetree bindings for the ltq-cputemp

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt b/Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt
new file mode 100644
index 000000000000..33fd00a987c7
--- /dev/null
+++ b/Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt
@@ -0,0 +1,10 @@
+Lantiq cpu temperatur sensor
+
+Requires node properties:
+- compatible value :
+	"lantiq,cputemp"
+
+Example:
+	cputemp@0 {
+		compatible = "lantiq,cputemp";
+	};