From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751164AbdEaGPN (ORCPT ); Wed, 31 May 2017 02:15:13 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:46275 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751130AbdEaGPK (ORCPT ); Wed, 31 May 2017 02:15:10 -0400 From: Oleksij Rempel To: linux@rempel-privat.de Cc: Oleksij Rempel , kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org, Liam Girdwood , Mark Brown , Rob Herring , Mark Rutland , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2 4/6] regulator: pfuze100: add fsl,pmic_stby_poweroff property Date: Wed, 31 May 2017 08:14:55 +0200 Message-Id: <20170531061457.23744-5-o.rempel@pengutronix.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170531061457.23744-1-o.rempel@pengutronix.de> References: <20170531061457.23744-1-o.rempel@pengutronix.de> X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::7 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. + 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: o.rempel@pengutronix.de (Oleksij Rempel) Date: Wed, 31 May 2017 08:14:55 +0200 Subject: [PATCH v2 4/6] regulator: pfuze100: add fsl, pmic_stby_poweroff property In-Reply-To: <20170531061457.23744-1-o.rempel@pengutronix.de> References: <20170531061457.23744-1-o.rempel@pengutronix.de> Message-ID: <20170531061457.23744-5-o.rempel@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Document the new optional "fsl,pmic_stby_poweroff" property. Signed-off-by: Oleksij Rempel Cc: kernel at pengutronix.de Cc: linux-arm-kernel at lists.infradead.org Cc: Liam Girdwood Cc: Mark Brown Cc: Rob Herring Cc: Mark Rutland Cc: linux-kernel at vger.kernel.org Cc: devicetree at 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