diff options
author | Florian Eckert <fe@dev.tdt.de> | 2017-09-01 09:58:18 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-09-01 17:24:12 +0300 |
commit | 7a3b68b9075cf9b67692bb97497740bab1dfab41 (patch) | |
tree | 2295e3a17dc1318e73b6d2a248808b146b6574e3 | |
parent | 610526527a13e4c91e64ec3dfb4626c5043291c9 (diff) | |
download | linux-7a3b68b9075cf9b67692bb97497740bab1dfab41.tar.xz |
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>
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt | 10 |
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"; + }; |