Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751594AbdFINcJ (ORCPT ); Fri, 9 Jun 2017 09:32:09 -0400 Received: from mail-ot0-f194.google.com ([74.125.82.194]:33112 "EHLO mail-ot0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751535AbdFINcH (ORCPT ); Fri, 9 Jun 2017 09:32:07 -0400 Date: Fri, 9 Jun 2017 08:32:05 -0500 From: Rob Herring To: Oleksij Rempel Cc: Andrew Morton , devicetree@vger.kernel.org, Fabio Estevam , kernel@pengutronix.de, Liam Girdwood , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Mark Brown , Mark Rutland , Michael Turquette , Russell King , Shawn Guo , Stephen Boyd Subject: Re: [PATCH v3 4/6] regulator: pfuze100: add fsl,pmic-stby-poweroff property Message-ID: <20170609133205.v5tw2vn6ai74bjvr@rob-hp-laptop> References: <20170606073146.26882-1-o.rempel@pengutronix.de> <20170606073146.26882-5-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170606073146.26882-5-o.rempel@pengutronix.de> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1545 Lines: 36 On Tue, Jun 06, 2017 at 09:31:44AM +0200, Oleksij Rempel wrote: > Document the new optional "fsl,pmic_stby_poweroff" property. Needs updating... > > Signed-off-by: Oleksij Rempel > --- > Documentation/devicetree/bindings/regulator/pfuze100.txt | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/regulator/pfuze100.txt b/Documentation/devicetree/bindings/regulator/pfuze100.txt > index 444c47831a40..197f1a52e960 100644 > --- a/Documentation/devicetree/bindings/regulator/pfuze100.txt > +++ b/Documentation/devicetree/bindings/regulator/pfuze100.txt > @@ -4,6 +4,13 @@ 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. > + Use this option if the SoC should be powered off by external power > + management IC (PMIC) on PMIC_STBY_REQ signal. > + As opposite to PMIC_STBY_REQ boards can implement PMIC_ON_REQ signal. > + > Required child node: > - regulators: This is the list of child nodes that specify the regulator > initialization data for defined regulators. Please refer to below doc > -- > 2.11.0 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html