From: Rob Herring <robh@kernel.org>
To: Marco Felsch <m.felsch@pengutronix.de>
Cc: lgirdwood@gmail.com, broonie@kernel.org, mark.rutland@arm.com,
fabio.estevam@nxp.com, Anson.Huang@nxp.com,
kernel@pengutronix.de, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/3] dt-bindings: pfuze100: add optional disable switch-regulators binding
Date: Mon, 16 Jul 2018 11:55:35 -0600 [thread overview]
Message-ID: <20180716175535.GA10835@rob-hp-laptop> (raw)
In-Reply-To: <20180713125002.24331-2-m.felsch@pengutronix.de>
On Fri, Jul 13, 2018 at 02:50:01PM +0200, Marco Felsch wrote:
> This binding is used to keep the backward compatibility with the current
> dtb's [1]. The binding informs the driver that the unused switch regulators
> can be disabled.
> If it is not specified, the driver doesn't disable the switch regulators.
>
> [1] https://patchwork.kernel.org/patch/10490381/
>
> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
>
> ---
> Changes in V2:
> - add more information about the binding
> - rename binding and add vendor prefix
>
> .../devicetree/bindings/regulator/pfuze100.txt | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/regulator/pfuze100.txt b/Documentation/devicetree/bindings/regulator/pfuze100.txt
> index 672c939045ff..2c46b8d368db 100644
> --- a/Documentation/devicetree/bindings/regulator/pfuze100.txt
> +++ b/Documentation/devicetree/bindings/regulator/pfuze100.txt
> @@ -4,6 +4,17 @@ Required properties:
> - compatible: "fsl,pfuze100", "fsl,pfuze200", "fsl,pfuze3000", "fsl,pfuze3001"
> - reg: I2C slave address
>
> +Optional properties:
> +- fsl,pfuze-support-disable: Boolean, if present disable all unused switch
> + regulators to save power consumption. Attention, till 4.18 these regulators
You shouldn't have kernel version info in bindings.
> + were always on without specifying "regulator-always-on". So be sure to mark
> + import regulators as "regulator-always-on" (e.g. DDR ref, DDR supply). If
s/import/important/
> + not present, the switched regualtors are always on and can't be disabled.
> + This binding is a workaround to keep backward compatibility with old dtb's
> + which rely on the fact that the switched regulators are always on and don't
> + mark them explicit as "regulator-always-on". On new dtbs this property should
> + always be present.
> +
> 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.18.0
>
next prev parent reply other threads:[~2018-07-16 17:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-13 12:50 [PATCH v2 0/2] Re-Enable support to disable switch regulators Marco Felsch
2018-07-13 12:50 ` [PATCH v2 1/3] dt-bindings: pfuze100: add optional disable switch-regulators binding Marco Felsch
2018-07-13 15:03 ` Mark Brown
2018-07-16 7:25 ` Marco Felsch
2018-07-18 12:09 ` Mark Brown
2018-07-16 17:55 ` Rob Herring [this message]
2018-07-18 14:58 ` Marco Felsch
2018-07-13 12:50 ` [PATCH v2 2/3] regulator: pfuze100: add support to en-/disable switch regulators Marco Felsch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180716175535.GA10835@rob-hp-laptop \
--to=robh@kernel.org \
--cc=Anson.Huang@nxp.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fabio.estevam@nxp.com \
--cc=kernel@pengutronix.de \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=m.felsch@pengutronix.de \
--cc=mark.rutland@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox