Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753747AbdHUT6Q (ORCPT ); Mon, 21 Aug 2017 15:58:16 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:39426 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754046AbdHUT4i (ORCPT ); Mon, 21 Aug 2017 15:56:38 -0400 Subject: Re: [PATCH v5 1/3] dt-bindings: hwmon: Document the IBM CCF power supply version 1 To: Rob Herring Cc: linux@roeck-us.net, jdelvare@suse.com, linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, corbet@lwn.net References: <1503344773-7236-1-git-send-email-eajames@linux.vnet.ibm.com> <1503344773-7236-2-git-send-email-eajames@linux.vnet.ibm.com> From: Eddie James Date: Mon, 21 Aug 2017 14:56:26 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <1503344773-7236-2-git-send-email-eajames@linux.vnet.ibm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-TM-AS-GCONF: 00 x-cbid: 17082119-0024-0000-0000-000002C2C9A1 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007586; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000223; SDB=6.00905674; UDB=6.00453858; IPR=6.00685877; BA=6.00005545; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00016797; XFM=3.00000015; UTC=2017-08-21 19:56:34 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17082119-0025-0000-0000-0000452B3E8C Message-Id: <78252338-abc2-0119-7492-319624bbba7f@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-08-21_13:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1708210310 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1277 Lines: 43 On 08/21/2017 02:46 PM, Eddie James wrote: > From: "Edward A. James" > > Signed-off-by: Edward A. James Forgot to add Rob Herring for the bindings. Eddie > --- > .../devicetree/bindings/hwmon/ibm,cffps1.txt | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > create mode 100644 Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt > > diff --git a/Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt b/Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt > new file mode 100644 > index 0000000..f68a0a6 > --- /dev/null > +++ b/Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt > @@ -0,0 +1,21 @@ > +Device-tree bindings for IBM Common Form Factor Power Supply Version 1 > +---------------------------------------------------------------------- > + > +Required properties: > + - compatible = "ibm,cffps1"; > + - reg = < I2C bus address >; : Address of the power supply on the > + I2C bus. > + > +Example: > + > + i2c-bus@100 { > + #address-cells = <1>; > + #size-cells = <0>; > + #interrupt-cells = <1>; > + < more properties > > + > + power-supply@68 { > + compatible = "ibm,cffps1"; > + reg = <0x68>; > + }; > + };