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

Commit 0ec54a2e authored by Alan Tull's avatar Alan Tull Committed by Guenter Roeck
Browse files

dt-bindings: hwmon: add compatible for max1619



Add new device tree bindings document for max1619 device
including a new compatible string.

Signed-off-by: default avatarAlan Tull <atull@kernel.org>
Cc: Jean Delvare <jdelvare@suse.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 90b863dd
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
Bindings for MAX1619 Temperature Sensor

Required properties:
- compatible : "maxim,max1619"
- reg        : I2C address, one of 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, or
               0x4d, 0x4e

Example:
	temp@4c {
		compatible = "maxim,max1619";
		reg = <0x4c>;
	};