From patchwork Wed Jun 1 09:43:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 9146923 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 3F2DB60777 for ; Wed, 1 Jun 2016 09:43:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2DA8B26785 for ; Wed, 1 Jun 2016 09:43:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 219802699B; Wed, 1 Jun 2016 09:43:45 +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.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI 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 D558126785 for ; Wed, 1 Jun 2016 09:43:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757333AbcFAJn3 (ORCPT ); Wed, 1 Jun 2016 05:43:29 -0400 Received: from mailout2.w1.samsung.com ([210.118.77.12]:33262 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752036AbcFAJn2 (ORCPT ); Wed, 1 Jun 2016 05:43:28 -0400 Received: from eucpsbgm2.samsung.com (unknown [203.254.199.245]) by mailout2.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0O8300HB470CNI90@mailout2.w1.samsung.com>; Wed, 01 Jun 2016 10:43:24 +0100 (BST) X-AuditID: cbfec7f5-f792a6d000001302-cd-574eae3c29c0 Received: from eusync4.samsung.com ( [203.254.199.214]) by eucpsbgm2.samsung.com (EUCPMTA) with SMTP id 77.92.04866.C3EAE475; Wed, 1 Jun 2016 10:43:24 +0100 (BST) Received: from AMDC2174.DIGITAL.local ([106.120.53.17]) by eusync4.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0O8300MMG709IS30@eusync4.samsung.com>; Wed, 01 Jun 2016 10:43:24 +0100 (BST) From: Krzysztof Kozlowski To: devicetree@vger.kernel.org, Jean Delvare , Guenter Roeck , linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Bartlomiej Zolnierkiewicz Subject: [PATCH] hwmon: ina2xx: Document compatible for INA231 Date: Wed, 01 Jun 2016 11:43:12 +0200 Message-id: <1464774192-21887-1-git-send-email-k.kozlowski@samsung.com> X-Mailer: git-send-email 1.9.1 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrGJMWRmVeSWpSXmKPExsVy+t/xa7o26/zCDR5cULPYOGM9q8X8I+dY Lc5OCLR4/cLQov31VkaLy7vmsFk8WXiGyYHdY+f3BnaPvi2rGD3Wb7nK4vF5k1wASxSXTUpq TmZZapG+XQJXxpWDD9kLtrJW/J04gbWB8SJLFyMnh4SAicSsPS1QtpjEhXvr2boYuTiEBJYy Spw6vATKaWSSaGh8yw5SxSZgLLF5OURCRGAxo8SDN1OZQBLMApkSnXvnghUJC9hJHH+3kBXE ZhFQlXj6pgfM5hVwl/j1fgXUOjmJk8cms05g5F7AyLCKUTS1NLmgOCk910ivODG3uDQvXS85 P3cTIyQ0vu5gXHrM6hCjAAejEg9vxWXfcCHWxLLiytxDjBIczEoivHNW+YUL8aYkVlalFuXH F5XmpBYfYpTmYFES5525632IkEB6YklqdmpqQWoRTJaJg1OqgTHxn4RXl7hFeruxu5dRZ7va 1RV3p4UtdCsydtlnZTfhxIz+nOosn9+Hg33lzt1nOTlLoaTirNT1zB/a8WcUfnf2yXqxnRF5 8Uv0UKL8tmvmnwxXZjqqat589ivGpLM9t7LGq+uvTmZPxczZy2VmLeiI7uQX/ex/L5c57Bp7 Giu/2tRP91bfVGIpzkg01GIuKk4EAH6ZW4QJAgAA 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 Document the compatible for INA231 sensor. Signed-off-by: Krzysztof Kozlowski Acked-by: Rob Herring --- 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: