From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752331AbaJ0UPY (ORCPT ); Mon, 27 Oct 2014 16:15:24 -0400 Received: from bhuna.collabora.co.uk ([93.93.135.160]:57848 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751391AbaJ0UPX (ORCPT ); Mon, 27 Oct 2014 16:15:23 -0400 Message-ID: <544EA7D4.8070406@collabora.co.uk> Date: Mon, 27 Oct 2014 21:15:16 +0100 From: Javier Martinez Canillas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.0 MIME-Version: 1.0 To: Krzysztof Kozlowski , Samuel Ortiz , Lee Jones , Liam Girdwood , Mark Brown , linux-kernel@vger.kernel.org, Ben Dooks , Kukjin Kim , Russell King , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org CC: Kyungmin Park , Marek Szyprowski , Bartlomiej Zolnierkiewicz , Chanwoo Choi Subject: Re: [PATCH 7/8] mfd/regulator: dt-bindings: max77686: Document gpio property References: <1414422226-10948-1-git-send-email-k.kozlowski@samsung.com> <1414422226-10948-8-git-send-email-k.kozlowski@samsung.com> In-Reply-To: <1414422226-10948-8-git-send-email-k.kozlowski@samsung.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Krzysztof, On 10/27/2014 04:03 PM, Krzysztof Kozlowski wrote: > Document usage of gpio property which turns on external control over > regulator. > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/mfd/max77686.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mfd/max77686.txt b/Documentation/devicetree/bindings/mfd/max77686.txt > index 75fdfaf41831..e41dfa7e2b90 100644 > --- a/Documentation/devicetree/bindings/mfd/max77686.txt > +++ b/Documentation/devicetree/bindings/mfd/max77686.txt > @@ -39,6 +39,9 @@ to get matched with their hardware counterparts as follow: > -BUCKn : 1-4. > Use standard regulator bindings for it ('regulator-off-in-suspend'). > > + Optional properties: > + - gpio : GPIO to use for external control. Valid only for LDO20, LDO21, > + LDO22, BUCK8 and BUCK9 regulators. When using the descriptor-based GPIO interface the standard is to use as the DT property name a prefix documenting the GPIO function + a -gpios or -gpio suffix. So this should be something like ec-gpio. Best regards, Javier