From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750960AbcFDEPX (ORCPT ); Sat, 4 Jun 2016 00:15:23 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:49990 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750770AbcFDEPU (ORCPT ); Sat, 4 Jun 2016 00:15:20 -0400 Subject: Re: [PATCH] hwmon: ina2xx: Document compatible for INA231 To: Krzysztof Kozlowski , devicetree@vger.kernel.org, Jean Delvare , linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org References: <1464774192-21887-1-git-send-email-k.kozlowski@samsung.com> Cc: Bartlomiej Zolnierkiewicz From: Guenter Roeck Message-ID: <575255DA.607@roeck-us.net> Date: Fri, 3 Jun 2016 21:15:22 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1464774192-21887-1-git-send-email-k.kozlowski@samsung.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/01/2016 02:43 AM, Krzysztof Kozlowski wrote: > Document the compatible for INA231 sensor. > > Signed-off-by: Krzysztof Kozlowski Applied. Thanks, Guenter > --- > Documentation/devicetree/bindings/hwmon/ina2xx.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/hwmon/ina2xx.txt b/Documentation/devicetree/bindings/hwmon/ina2xx.txt > index 9bcd5e87830d..02af0d94e921 100644 > --- a/Documentation/devicetree/bindings/hwmon/ina2xx.txt > +++ b/Documentation/devicetree/bindings/hwmon/ina2xx.txt > @@ -7,6 +7,7 @@ Required properties: > - "ti,ina220" for ina220 > - "ti,ina226" for ina226 > - "ti,ina230" for ina230 > + - "ti,ina231" for ina231 > - reg: I2C address > > Optional properties: >