From patchwork Tue Oct 2 01:05:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolin Chen X-Patchwork-Id: 977563 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="PG32msl2"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 42PLYp2sddz9sBq for ; Tue, 2 Oct 2018 11:05:50 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727339AbeJBHqH (ORCPT ); Tue, 2 Oct 2018 03:46:07 -0400 Received: from mail-io1-f66.google.com ([209.85.166.66]:35347 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726803AbeJBHqH (ORCPT ); Tue, 2 Oct 2018 03:46:07 -0400 Received: by mail-io1-f66.google.com with SMTP id w11-v6so299425iob.2; Mon, 01 Oct 2018 18:05:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=/wIq9IFwVJHrQLumNYDLwrD02H3CSb5KOfmjnOjo7lE=; b=PG32msl2xsabBXOWKmt+d7NODHvYjTiCwFDhqhjqt1ep6hzpqjCHBjwt+DlrlxDaz7 NQm3e/rFgl1GdikY2+tJXSKKCZDNMIXxtF+GAudlyXbRzo4Nb31ypmuTX8jF67gLP4VP umHy301m4yjbO21yr1ysyJDZ44AMflwFryYEkPOteyyvbCzufRHSYhG53vP9LKiN1pq3 TuuB4aYepEqyeOtQkM1+OlObA5e4jHtbAw+3/sSJIR8N9YgkYoeOASKfXHweCG7XQW14 TeiXVrmU9ES/cxxZ9WhYutayUDPVORt1hD+r+62SToHw58uaVI/TpNKr0V8C8NPTsoR4 wGYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=/wIq9IFwVJHrQLumNYDLwrD02H3CSb5KOfmjnOjo7lE=; b=UyKaqMWQVk4GVggFU7oGj9SOcX0A9lUw33MiTVzWI0lqWzi8I3cq7rAgxJ7E6yxplT b42I2CLspjITc9hwTcfOxwq69YTEC9EaOdcubREz6qPfPsANd2jQRLu7PoVZpYuNmIYu XBXMK824xVdsjEujUNb0xSKGuOiKV0zt+qu+UQpTDUwd20FtFNrrv9Ulte6uKcKDJhYG G22d0mPCcUQq4V+OuUUmINTCzXo/ejuLWNitNqHQENqgZl9EN1WiY1uRkOLE61lqDJJw Q5YDJG14NKX5Cgn62lF0DHVM/rB3KYOlZJdMnN3NLKcjRSrOLVDeZKbp1Zv8iFR9Ozj0 8Agw== X-Gm-Message-State: ABuFfojqImq6P1D5gkCc+Oa7XSloclbCinOztgF7utfz6dTwau5JWVpF 0bmXkxDcq8g4iyDDRCE/M8M= X-Google-Smtp-Source: ACcGV61WvI4jO78o8phv7VgMq6bGCFsdbLVQcAOmkAHJf3tpiVQL7aFCfLv48x0FdD/xAh9bfgPm9Q== X-Received: by 2002:a62:4ec9:: with SMTP id c192-v6mr13907012pfb.221.1538442335411; Mon, 01 Oct 2018 18:05:35 -0700 (PDT) Received: from Asurada-Nvidia.nvidia.com (thunderhill.nvidia.com. [216.228.112.22]) by smtp.gmail.com with ESMTPSA id x20-v6sm26084959pfe.131.2018.10.01.18.05.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 01 Oct 2018 18:05:34 -0700 (PDT) From: Nicolin Chen To: jdelvare@suse.com, linux@roeck-us.net, robh+dt@kernel.org, mark.rutland@arm.com, corbet@lwn.net Cc: afd@ti.com, linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: [PATCH v9 1/2] dt-bindings: hwmon: Add ina3221 documentation Date: Mon, 1 Oct 2018 18:05:22 -0700 Message-Id: <20181002010523.2019-2-nicoleotsuka@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181002010523.2019-1-nicoleotsuka@gmail.com> References: <20181002010523.2019-1-nicoleotsuka@gmail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Texas Instruments INA3221 is a triple-channel shunt and bus voltage monitor. This patch adds a DT binding doc for it. Signed-off-by: Nicolin Chen Reviewed-by: Rob Herring --- Changelog v7->v9: * N/A v6->v7: * Restored three channel examples and merged them with the parent one v5->v6: * Removed status property as no need to explicitly list it. * Combined all examples into a complete one. v4->v5: * Replaced "input-id" with "reg" and added address-cells and size-cells * Replaced "input-label" with "label" * Replaced "shunt-resistor" with "shunt-resistor-micro-ohms" v3->v4: * Removed the attempt of putting labels in the node names * Added a new optional label property in the child node * Updated examples accordingly v2->v3: * Added a simple subject in the line 1 * Fixed the shunt resistor value in the example v1->v2: * Dropped channel name properties * Added child node definitions. * * Added shunt resistor property in the child node * * Added status property to indicate connection status * * Changed to use child node name as the label of input source .../devicetree/bindings/hwmon/ina3221.txt | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/ina3221.txt diff --git a/Documentation/devicetree/bindings/hwmon/ina3221.txt b/Documentation/devicetree/bindings/hwmon/ina3221.txt new file mode 100644 index 000000000000..a7b25caa2b8e --- /dev/null +++ b/Documentation/devicetree/bindings/hwmon/ina3221.txt @@ -0,0 +1,44 @@ +Texas Instruments INA3221 Device Tree Bindings + +1) ina3221 node + Required properties: + - compatible: Must be "ti,ina3221" + - reg: I2C address + + Optional properties: + = The node contains optional child nodes for three channels = + = Each child node describes the information of input source = + + - #address-cells: Required only if a child node is present. Must be 1. + - #size-cells: Required only if a child node is present. Must be 0. + +2) child nodes + Required properties: + - reg: Must be 0, 1 or 2, corresponding to IN1, IN2 or IN3 port of INA3221 + + Optional properties: + - label: Name of the input source + - shunt-resistor-micro-ohms: Shunt resistor value in micro-Ohm + +Example: + +ina3221@40 { + compatible = "ti,ina3221"; + reg = <0x40>; + #address-cells = <1>; + #size-cells = <0>; + + input@0 { + reg = <0x0>; + status = "disabled"; + }; + input@1 { + reg = <0x1>; + shunt-resistor-micro-ohms = <5000>; + }; + input@2 { + reg = <0x2>; + label = "VDD_5V"; + shunt-resistor-micro-ohms = <5000>; + }; +};