Skip to content

Commit

Permalink
hwmon: (ltq-cputemp) add devicetree bindings documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Florian Eckert authored and Guenter Roeck committed Sep 1, 2017
1 parent 6105265 commit 7a3b68b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Lantiq cpu temperatur sensor

Requires node properties:
- compatible value :
"lantiq,cputemp"

Example:
cputemp@0 {
compatible = "lantiq,cputemp";
};

0 comments on commit 7a3b68b

Please sign in to comment.