From patchwork Mon Oct 10 22:40:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mahoda Ratnayaka X-Patchwork-Id: 9369999 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 43AE36048F for ; Mon, 10 Oct 2016 22:40:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 408F2285CF for ; Mon, 10 Oct 2016 22:40:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 315FD293F2; Mon, 10 Oct 2016 22:40:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E3781285CF for ; Mon, 10 Oct 2016 22:40:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752409AbcJJWkY (ORCPT ); Mon, 10 Oct 2016 18:40:24 -0400 Received: from gate2.alliedtelesis.co.nz ([202.36.163.20]:52927 "EHLO gate2.alliedtelesis.co.nz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752378AbcJJWkX (ORCPT ); Mon, 10 Oct 2016 18:40:23 -0400 Received: from mmarshal3.atlnz.lc (mmarshal3.atlnz.lc [10.32.18.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by gate2.alliedtelesis.co.nz (Postfix) with ESMTPS id 46F3080237; Tue, 11 Oct 2016 11:40:20 +1300 (NZDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alliedtelesis.co.nz; s=mail; t=1476139220; bh=iPJHnlsgesuEuJ5RfYJdAlQiU+JalLCVDTtLIQYfQEU=; h=From:To:Cc:Subject:Date; b=AqZSKFbs0rI8J9VCD2gnox23NABUE7LW9qM6ztaH2oGl/oPR5zUW2VSJPyZl0hfHh q0lJwn8/AFYiJW0hmQhAa5Ck2oxu+gEvCtHUELSW+qk3FdhETugNK+AnXk1UFq7k0R q27skHG86VIytRocIuQ1OFadg5NgpkVr6xeoz9xM= Received: from smtp (Not Verified[10.32.16.33]) by mmarshal3.atlnz.lc with Trustwave SEG (v7, 5, 6, 8438) id ; Tue, 11 Oct 2016 11:40:19 +1300 Received: from mahodar-dl.ws.atlnz.lc (mahodar-dl.ws.atlnz.lc [10.33.22.17]) by smtp (Postfix) with ESMTP id B534113EC4C; Tue, 11 Oct 2016 11:40:18 +1300 (NZDT) Received: by mahodar-dl.ws.atlnz.lc (Postfix, from userid 1609) id B62ECE0C5C; Tue, 11 Oct 2016 11:40:19 +1300 (NZDT) From: Mahoda Ratnayaka To: devicetree@vger.kernel.org, Rob Herring , Mark Rutland , linux-hwmon@vger.kernel.org Cc: Mahoda Ratnayaka , Chris Packham Subject: [PATCH v3] Documentation: dtb: lm87: Add hwmon binding documentation. Date: Tue, 11 Oct 2016 11:40:17 +1300 Message-Id: <20161010224017.23362-1-mahoda.ratnayaka@alliedtelesis.co.nz> X-Mailer: git-send-email 2.10.1 Sender: linux-hwmon-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch adds lm87 hwmon device tree node documentation. Signed-off-by: Mahoda Ratnayaka --- Notes: Changes since v1: As suggested include all the changes are moved in to the same patch and the all the optional properties are now defined instead of using a single variable to indicate those properties. Changes since v2: Changed has-vcc-5v to use regulator binding and fixed a minor copy paste mistake. Documentation/devicetree/bindings/hwmon/lm87.txt | 30 ++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/lm87.txt diff --git a/Documentation/devicetree/bindings/hwmon/lm87.txt b/Documentation/devicetree/bindings/hwmon/lm87.txt new file mode 100644 index 0000000..ce93d45 --- /dev/null +++ b/Documentation/devicetree/bindings/hwmon/lm87.txt @@ -0,0 +1,30 @@ +*LM87 hwmon sensor. + +Required properties: +- compatible: Should be + "ti,lm87" + +- reg: I2C address + +optional properties: +- has-temp3: This configures pins 18 and 19 to be used as a second + remote temperature sensing channel. By default the pins + are configured as voltage input pins in0 and in5. + +- has-in6: When set, pin 5 is configured to be used as voltage input + in6. Otherwise the pin is set as FAN1 input. + +- has-in7: When set, pin 6 is configured to be used as voltage input + in7. Otherwise the pin is set as FAN2 input. + +- vcc-supply: sets the nominal voltage for internal VCC measurement to 5V. + Default is 3.3V. + +Example: + +lm87@2e { + compatible = "ti,lm87"; + reg = <0x2e>; + has-temp3; + vcc-supply = <®_5v0>; +};