aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/hwmon
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/devicetree/bindings/hwmon
parenthwmon: (pmbus) Add support for Texas Instruments tps53679 device (diff)
downloadlinux-dev-7a3b68b9075cf9b67692bb97497740bab1dfab41.tar.xz
linux-dev-7a3b68b9075cf9b67692bb97497740bab1dfab41.zip
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/devicetree/bindings/hwmon')
-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";
+ };