hwmon: (ltq-cputemp) add devicetree bindings documentation
authorFlorian Eckert <fe@dev.tdt.de>
Fri, 1 Sep 2017 06:58:18 +0000 (08:58 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 1 Sep 2017 14:24:12 +0000 (07:24 -0700)
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>
Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt b/Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt
new file mode 100644 (file)
index 0000000..33fd00a
--- /dev/null
@@ -0,0 +1,10 @@
+Lantiq cpu temperatur sensor
+
+Requires node properties:
+- compatible value :
+       "lantiq,cputemp"
+
+Example:
+       cputemp@0 {
+               compatible = "lantiq,cputemp";
+       };