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>
This commit is contained in:
Florian Eckert 2017-09-01 08:58:18 +02:00 committed by Guenter Roeck
parent 610526527a
commit 7a3b68b907
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Lantiq cpu temperatur sensor
Requires node properties:
- compatible value :
"lantiq,cputemp"
Example:
cputemp@0 {
compatible = "lantiq,cputemp";
};