devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: hwmon: add compatible for max1619
@ 2017-09-11 19:16 Alan Tull
  2017-09-11 19:16 ` [PATCH 2/2] hwmon: add dt binding " Alan Tull
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Alan Tull @ 2017-09-11 19:16 UTC (permalink / raw)
  To: linux-hwmon, devicetree
  Cc: linux-kernel, Alan Tull, Jean Delvare, Guenter Roeck, Rob Herring,
	Mark Rutland

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>
---
 Documentation/devicetree/bindings/hwmon/max1619.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/max1619.txt

diff --git a/Documentation/devicetree/bindings/hwmon/max1619.txt b/Documentation/devicetree/bindings/hwmon/max1619.txt
new file mode 100644
index 0000000..c70dbbe
--- /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>;
+	};
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-10-02 14:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-11 19:16 [PATCH 1/2] dt-bindings: hwmon: add compatible for max1619 Alan Tull
2017-09-11 19:16 ` [PATCH 2/2] hwmon: add dt binding " Alan Tull
2017-09-11 19:32   ` Alan Tull
2017-09-11 19:58   ` Guenter Roeck
2017-09-11 21:12     ` Alan Tull
     [not found]     ` <20170911195857.GB2580-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2017-09-18 21:11       ` Rob Herring
2017-09-19 18:11         ` Alan Tull
2017-09-19 19:35           ` Rob Herring
2017-09-28 18:12             ` Alan Tull
     [not found]   ` <20170911191649.3344-2-atull-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-10-01 14:13     ` [2/2] " Guenter Roeck
     [not found]       ` <20171001141301.GA31794-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2017-10-02 14:30         ` Alan Tull
2017-09-11 19:33 ` [PATCH 1/2] dt-bindings: hwmon: add compatible " Alan Tull
2017-09-11 21:18   ` Alan Tull
2017-09-18 21:12     ` Rob Herring
2017-10-01 14:11 ` [1/2] " Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).