From patchwork Fri Nov 22 22:25:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jim Wright X-Patchwork-Id: 1199682 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) 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=none (p=none dis=none) header.from=linux.vnet.ibm.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 47KWKb5JxYz9sPL for ; Sat, 23 Nov 2019 09:28:19 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726830AbfKVW2S (ORCPT ); Fri, 22 Nov 2019 17:28:18 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:64590 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726089AbfKVW2S (ORCPT ); Fri, 22 Nov 2019 17:28:18 -0500 Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id xAMMNKdY019464; Fri, 22 Nov 2019 17:26:33 -0500 Received: from ppma03dal.us.ibm.com (b.bd.3ea9.ip4.static.sl-reverse.com [169.62.189.11]) by mx0a-001b2d01.pphosted.com with ESMTP id 2wdqmjshbn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 22 Nov 2019 17:26:33 -0500 Received: from pps.filterd (ppma03dal.us.ibm.com [127.0.0.1]) by ppma03dal.us.ibm.com (8.16.0.27/8.16.0.27) with SMTP id xAMMKplo032360; Fri, 22 Nov 2019 22:26:32 GMT Received: from b01cxnp23032.gho.pok.ibm.com (b01cxnp23032.gho.pok.ibm.com [9.57.198.27]) by ppma03dal.us.ibm.com with ESMTP id 2wa8r7t2sn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 22 Nov 2019 22:26:32 +0000 Received: from b01ledav004.gho.pok.ibm.com (b01ledav004.gho.pok.ibm.com [9.57.199.109]) by b01cxnp23032.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id xAMMQV7h31850830 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 22 Nov 2019 22:26:31 GMT Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id ADB67112061; Fri, 22 Nov 2019 22:26:31 +0000 (GMT) Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 311E8112062; Fri, 22 Nov 2019 22:26:31 +0000 (GMT) Received: from wrightj-ThinkPad-W520.rchland.ibm.com (unknown [9.10.101.53]) by b01ledav004.gho.pok.ibm.com (Postfix) with ESMTP; Fri, 22 Nov 2019 22:26:31 +0000 (GMT) From: Jim Wright To: jdelvare@suse.com, linux@roeck-us.net, robh+dt@kernel.org, mark.rutland@arm.com, corbet@lwn.net Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Jim Wright Subject: [PATCH 1/2] dt-bindings: hwmon/pmbus: Add UCD90320 power sequencer Date: Fri, 22 Nov 2019 16:25:41 -0600 Message-Id: <20191122222542.29661-2-wrightj@linux.vnet.ibm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191122222542.29661-1-wrightj@linux.vnet.ibm.com> References: <20191122222542.29661-1-wrightj@linux.vnet.ibm.com> X-TM-AS-GCONF: 00 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.95, 18.0.572 definitions=2019-11-22_05:2019-11-21, 2019-11-22 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 lowpriorityscore=0 adultscore=0 mlxlogscore=759 priorityscore=1501 suspectscore=0 impostorscore=0 mlxscore=0 clxscore=1015 spamscore=0 phishscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-1910280000 definitions=main-1911220177 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Jim Wright Document the UCD90320 device tree binding. Signed-off-by: Jim Wright --- .../devicetree/bindings/hwmon/pmbus/ucd90320.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/pmbus/ucd90320.txt diff --git a/Documentation/devicetree/bindings/hwmon/pmbus/ucd90320.txt b/Documentation/devicetree/bindings/hwmon/pmbus/ucd90320.txt new file mode 100644 index 000000000000..e1c1057c6292 --- /dev/null +++ b/Documentation/devicetree/bindings/hwmon/pmbus/ucd90320.txt @@ -0,0 +1,13 @@ +UCD90320 power sequencer +------------------------- + +Requires node properties: +- compatible : "ti,ucd90320" +- reg : the I2C address of the device. This is 0x11, 0x13, 0x17, 0x31, 0x33, + 0x37, 0x71, 0x73, or 0x77. + +Example: + ucd90320@11 { + compatible = "ti,ucd90320"; + reg = <0x11>; + };