From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751247AbdEaO5Q (ORCPT ); Wed, 31 May 2017 10:57:16 -0400 Received: from foss.arm.com ([217.140.101.70]:45468 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751053AbdEaO5O (ORCPT ); Wed, 31 May 2017 10:57:14 -0400 Date: Wed, 31 May 2017 15:56:27 +0100 From: Mark Rutland To: Oleksij Rempel Cc: linux@rempel-privat.de, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org, Liam Girdwood , Mark Brown , Rob Herring , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 4/6] regulator: pfuze100: add fsl,pmic_stby_poweroff property Message-ID: <20170531145627.GE10351@leverpostej> References: <20170531061457.23744-1-o.rempel@pengutronix.de> <20170531061457.23744-5-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170531061457.23744-5-o.rempel@pengutronix.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 31, 2017 at 08:14:55AM +0200, Oleksij Rempel wrote: > Document the new optional "fsl,pmic_stby_poweroff" property. > > Signed-off-by: Oleksij Rempel > Cc: kernel@pengutronix.de > Cc: linux-arm-kernel@lists.infradead.org > Cc: Liam Girdwood > Cc: Mark Brown > Cc: Rob Herring > Cc: Mark Rutland > Cc: linux-kernel@vger.kernel.org > Cc: devicetree@vger.kernel.org > --- > Documentation/devicetree/bindings/regulator/pfuze100.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/regulator/pfuze100.txt b/Documentation/devicetree/bindings/regulator/pfuze100.txt > index 444c47831a40..216519c4a50d 100644 > --- a/Documentation/devicetree/bindings/regulator/pfuze100.txt > +++ b/Documentation/devicetree/bindings/regulator/pfuze100.txt > @@ -4,6 +4,10 @@ Required properties: > - compatible: "fsl,pfuze100", "fsl,pfuze200", "fsl,pfuze3000" > - reg: I2C slave address > > +Optional properties: > +- fsl,pmic_stby_poweroff: if present, configure the PMIC to shutdown all > + power rails when PMIC_STBY_REQ line is asserted during the power off sequence. As with patch 1, s/_/-/ please. Please also explain why/why this is needed. Thanks, Mark.