Browse Source

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>
Florian Eckert 8 years ago
parent
commit
7a3b68b907
1 changed files with 10 additions and 0 deletions
  1. 10 0
      Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt

+ 10 - 0
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";
+	};