From: Samuel Kayode <samuel.kayode@savoirfairelinux.com>
To: Sean Nyekjaer <sean@geanix.com>
Cc: Lee Jones <lee@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Sebastian Reichel <sre@kernel.org>, Frank Li <Frank.li@nxp.com>,
imx@lists.linux.dev, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-input@vger.kernel.org,
linux-pm@vger.kernel.org, Abel Vesa <abelvesa@kernel.org>,
Abel Vesa <abelvesa@linux.com>, Robin Gong <b38343@freescale.com>,
Robin Gong <yibin.gong@nxp.com>,
Enric Balletbo i Serra <eballetbo@gmail.com>,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH v9 1/6] dt-bindings: mfd: add pf1550
Date: Fri, 8 Aug 2025 10:03:18 -0400 [thread overview]
Message-ID: <aJYDpp9Y6vLmzUfg@fedora> (raw)
In-Reply-To: <gj565636v5qgohhf5usklfqydkc6lzifzhrbquoyawbwvhdlma@kajszdivkp2e>
On Fri, Aug 08, 2025 at 10:10:35AM +0000, Sean Nyekjaer wrote:
> Does it make sense to show that the driver support suspend to mem
> states? Like...
I don't see any reason not to. So, I can add that in the next version.
>
>
> sw1_reg: sw1 {
> regulator-name = "sw1";
> regulator-min-microvolt = <1325000>;
> regulator-max-microvolt = <1325000>;
> regulator-always-on;
>
> regulator-state-mem {
> regulator-on-in-suspend;
> regulator-suspend-max-microvolt = <900000>;
> regulator-suspend-min-microvolt = <900000>;
> };
> };
>
> sw2_reg: sw2 {
> regulator-name = "sw2";
> regulator-min-microvolt = <1350000>;
> regulator-max-microvolt = <1350000>;
> regulator-always-on;
>
> regulator-state-mem {
> regulator-on-in-suspend;
> };
> };
>
> sw3_reg: sw3 {
> regulator-name = "sw3";
> regulator-min-microvolt = <3300000>;
> regulator-max-microvolt = <3300000>;
> regulator-always-on;
>
> regulator-state-mem {
> regulator-on-in-suspend;
> };
> };
>
> vldo1_reg: ldo1 {
> regulator-name = "ldo1";
> regulator-min-microvolt = <2900000>;
> regulator-max-microvolt = <2900000>;
> regulator-always-on;
>
> regulator-state-mem {
> regulator-off-in-suspend;
> };
> };
Will include these in the next version.
Thanks,
Sam
next prev parent reply other threads:[~2025-08-08 14:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-16 15:11 [PATCH v9 0/6] add support for pf1550 PMIC MFD-based drivers Samuel Kayode via B4 Relay
2025-07-16 15:11 ` [PATCH v9 1/6] dt-bindings: mfd: add pf1550 Samuel Kayode via B4 Relay
2025-08-08 10:10 ` Sean Nyekjaer
2025-08-08 14:03 ` Samuel Kayode [this message]
2025-07-16 15:11 ` [PATCH v9 2/6] mfd: pf1550: add core driver Samuel Kayode via B4 Relay
2025-07-31 9:15 ` Lee Jones
2025-07-31 20:05 ` Samuel Kayode
2025-07-16 15:11 ` [PATCH v9 3/6] regulator: pf1550: add support for regulator Samuel Kayode via B4 Relay
2025-07-16 15:11 ` [PATCH v9 4/6] input: pf1550: add onkey support Samuel Kayode via B4 Relay
2025-07-18 13:16 ` Sean Nyekjaer
2025-07-16 15:11 ` [PATCH v9 5/6] power: supply: pf1550: add battery charger support Samuel Kayode via B4 Relay
2025-07-16 15:11 ` [PATCH v9 6/6] MAINTAINERS: add an entry for pf1550 mfd driver Samuel Kayode via B4 Relay
2025-08-08 10:12 ` [PATCH v9 0/6] add support for pf1550 PMIC MFD-based drivers Sean Nyekjaer
2025-08-08 13:46 ` Samuel Kayode
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=aJYDpp9Y6vLmzUfg@fedora \
--to=samuel.kayode@savoirfairelinux.com \
--cc=Frank.li@nxp.com \
--cc=abelvesa@kernel.org \
--cc=abelvesa@linux.com \
--cc=b38343@freescale.com \
--cc=broonie@kernel.org \
--cc=christophe.jaillet@wanadoo.fr \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=eballetbo@gmail.com \
--cc=imx@lists.linux.dev \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=lee@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sean@geanix.com \
--cc=sre@kernel.org \
--cc=yibin.gong@nxp.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;
as well as URLs for NNTP newsgroup(s).