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


Groups > linux.kernel > #1653864

[PATCH v2 4/6] regulator: pfuze100: add fsl,pmic_stby_poweroff property

From Oleksij Rempel <o.rempel@pengutronix.de>
Newsgroups linux.kernel
Subject [PATCH v2 4/6] regulator: pfuze100: add fsl,pmic_stby_poweroff property
Date 2017-05-31 08:20 +0200
Message-ID <tN598-16T-37@gated-at.bofh.it> (permalink)
References <tN597-16T-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Document the new optional "fsl,pmic_stby_poweroff" property.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Cc: kernel@pengutronix.de
Cc: linux-arm-kernel@lists.infradead.org
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
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.
+
 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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/6] iMX6: Implement power off over standby signal Oleksij Rempel <o.rempel@pengutronix.de> - 2017-05-31 08:20 +0200
  [PATCH v2 4/6] regulator: pfuze100: add fsl,pmic_stby_poweroff property Oleksij Rempel <o.rempel@pengutronix.de> - 2017-05-31 08:20 +0200
    Re: [PATCH v2 4/6] regulator: pfuze100: add fsl,pmic_stby_poweroff  property Mark Brown <broonie@kernel.org> - 2017-05-31 16:50 +0200
      Re: [PATCH v2 4/6] regulator: pfuze100: add fsl,pmic_stby_poweroff  property Oleksij Rempel <ore@pengutronix.de> - 2017-05-31 17:00 +0200
        Re: [PATCH v2 4/6] regulator: pfuze100: add fsl,pmic_stby_poweroff  property Mark Brown <broonie@kernel.org> - 2017-05-31 18:00 +0200
    Re: [PATCH v2 4/6] regulator: pfuze100: add fsl,pmic_stby_poweroff  property Mark Rutland <mark.rutland@arm.com> - 2017-05-31 17:00 +0200

csiph-web