From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vadim Pasternak Subject: [patch v3 2/2] dt-bindings: hwmon: add binding documentation for max6621 device Date: Tue, 5 Sep 2017 07:34:08 +0000 Message-ID: <1504596848-160952-3-git-send-email-vadimp@mellanox.com> References: <1504596848-160952-1-git-send-email-vadimp@mellanox.com> Return-path: In-Reply-To: <1504596848-160952-1-git-send-email-vadimp@mellanox.com> Sender: linux-hwmon-owner@vger.kernel.org To: linux@roeck-us.net, robh+dt@kernel.org Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, jiri@resnulli.us, Vadim Pasternak List-Id: devicetree@vger.kernel.org Add binding document for Maxim MAX6621 temperature sensor device. Signed-off-by: Vadim Pasternak --- Documentation/devicetree/bindings/hwmon/max6621.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/max6621.txt diff --git a/Documentation/devicetree/bindings/hwmon/max6621.txt b/Documentation/devicetree/bindings/hwmon/max6621.txt new file mode 100644 index 0000000..c1f7e95 --- /dev/null +++ b/Documentation/devicetree/bindings/hwmon/max6621.txt @@ -0,0 +1,14 @@ +MAX6621 temperature sensor +------------------------- + +This device supports I2C only. + +Requires node properties: +- compatible : "maxim,max6621" +- reg : the I2C address of the device. + +Example: + max6621@2b { + compatible = "maxim,max6621"; + reg = <0x2b>; + }; -- 2.1.4