diff options
author | Alan Tull <atull@kernel.org> | 2017-09-11 22:16:48 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-10-30 04:36:03 +0300 |
commit | 0ec54a2e8ee22b13e9a89dfd76e66e5b75ca9885 (patch) | |
tree | 599f31baebd80bd4169b137e2d156c825e6e4769 /Documentation/devicetree/bindings | |
parent | 90b863dd63d63f4d97c3f5b6d6ed5bd239500f7b (diff) | |
download | linux-0ec54a2e8ee22b13e9a89dfd76e66e5b75ca9885.tar.xz |
dt-bindings: hwmon: add compatible for max1619
Add new device tree bindings document for max1619 device
including a new compatible string.
Signed-off-by: Alan 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: Rob Herring <robh@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/max1619.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/max1619.txt b/Documentation/devicetree/bindings/hwmon/max1619.txt new file mode 100644 index 000000000000..c70dbbe1e56f --- /dev/null +++ b/Documentation/devicetree/bindings/hwmon/max1619.txt @@ -0,0 +1,12 @@ +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>; + }; |