Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1662480 > unrolled thread

[PATCH v4 4/6] regulator: pfuze100: add fsl,pmic-stby-poweroff property

Started byOleksij Rempel <o.rempel@pengutronix.de>
First post2017-06-09 16:10 +0200
Last post2017-06-18 16:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v4 4/6] regulator: pfuze100: add fsl,pmic-stby-poweroff property Oleksij Rempel <o.rempel@pengutronix.de> - 2017-06-09 16:10 +0200
    Re: [PATCH v4 4/6] regulator: pfuze100: add fsl,pmic-stby-poweroff  property Rob Herring <robh@kernel.org> - 2017-06-18 16:20 +0200

#1662480 — [PATCH v4 4/6] regulator: pfuze100: add fsl,pmic-stby-poweroff property

FromOleksij Rempel <o.rempel@pengutronix.de>
Date2017-06-09 16:10 +0200
Subject[PATCH v4 4/6] regulator: pfuze100: add fsl,pmic-stby-poweroff property
Message-ID<tQsLU-2vh-23@gated-at.bofh.it>
Document the new optional "fsl,pmic-stby-poweroff" property.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 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

[toc] | [next] | [standalone]


#1668620 — Re: [PATCH v4 4/6] regulator: pfuze100: add fsl,pmic-stby-poweroff property

FromRob Herring <robh@kernel.org>
Date2017-06-18 16:20 +0200
SubjectRe: [PATCH v4 4/6] regulator: pfuze100: add fsl,pmic-stby-poweroff property
Message-ID<tTJdv-6cz-7@gated-at.bofh.it>
In reply to#1662480
On Fri, Jun 09, 2017 at 04:07:37PM +0200, Oleksij Rempel wrote:
> Document the new optional "fsl,pmic-stby-poweroff" property.
> 
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
>  Documentation/devicetree/bindings/regulator/pfuze100.txt | 7 +++++++
>  1 file changed, 7 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web