From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755387AbaJUMBV (ORCPT ); Tue, 21 Oct 2014 08:01:21 -0400 Received: from bhuna.collabora.co.uk ([93.93.135.160]:41221 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755181AbaJUMBS (ORCPT ); Tue, 21 Oct 2014 08:01:18 -0400 Message-ID: <54464B07.8050608@collabora.co.uk> Date: Tue, 21 Oct 2014 14:01:11 +0200 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 , 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 v2 3/4] mfd/regulator: dt-bindings: max77686: Document regulators off in suspend References: <1413890597-31037-1-git-send-email-k.kozlowski@samsung.com> <1413890597-31037-4-git-send-email-k.kozlowski@samsung.com> In-Reply-To: <1413890597-31037-4-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/21/2014 01:23 PM, Krzysztof Kozlowski wrote: > Add information which regulators can be disabled during system suspend. > > Signed-off-by: Krzysztof Kozlowski > Suggested-by: Javier Martinez Canillas > --- > Documentation/devicetree/bindings/mfd/max77686.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mfd/max77686.txt b/Documentation/devicetree/bindings/mfd/max77686.txt > index 678f3cf0b8f0..75fdfaf41831 100644 > --- a/Documentation/devicetree/bindings/mfd/max77686.txt > +++ b/Documentation/devicetree/bindings/mfd/max77686.txt > @@ -34,6 +34,12 @@ to get matched with their hardware counterparts as follow: > -BUCKn : for BUCKs, where n can lie in range 1 to 9. > example: BUCK1, BUCK5, BUCK9. > > + Regulators which can be turned off during system suspend: > + -LDOn : 2, 6-8, 10-12, 14-16, > + -BUCKn : 1-4. > + Use standard regulator bindings for it ('regulator-off-in-suspend'). > + > + > Example: > > max77686@09 { > Reviewed-by: Javier Martinez Canillas Best regards, Javier