Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Florian Eckert and committed by
Guenter Roeck
7a3b68b9 61052652

+10
+10
Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt
··· 1 + Lantiq cpu temperatur sensor 2 + 3 + Requires node properties: 4 + - compatible value : 5 + "lantiq,cputemp" 6 + 7 + Example: 8 + cputemp@0 { 9 + compatible = "lantiq,cputemp"; 10 + };