From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: Re: [1/2] dt-bindings: hwmon: add compatible for max1619 Date: Sun, 1 Oct 2017 07:11:40 -0700 Message-ID: <20171001141140.GA31645@roeck-us.net> References: <20170911191649.3344-1-atull@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170911191649.3344-1-atull@kernel.org> Sender: linux-hwmon-owner@vger.kernel.org To: Alan Tull Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Jean Delvare , Rob Herring , Mark Rutland List-Id: devicetree@vger.kernel.org On Mon, Sep 11, 2017 at 02:16:48PM -0500, Alan Tull wrote: > Add new device tree bindings document for max1619 device > including a new compatible string. > > Signed-off-by: Alan Tull > Cc: Jean Delvare > Cc: Guenter Roeck > Cc: Rob Herring > Cc: Mark Rutland > Acked-by: Rob Herring Applied to hwmon-next. Thanks, Guenter > --- > 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>; > + };