Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a3b68b9 authored by Florian Eckert's avatar Florian Eckert Committed by Guenter Roeck
Browse files

hwmon: (ltq-cputemp) add devicetree bindings documentation



Document the devicetree bindings for the ltq-cputemp

Signed-off-by: default avatarFlorian Eckert <fe@dev.tdt.de>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 61052652
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
Lantiq cpu temperatur sensor

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

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