From: Naresh Solanki <naresh.solanki@9elements.com>
To: zev@bewilderbeest.net, Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Naresh Solanki <Naresh.Solanki@9elements.com>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: [PATCH v2 1/2] dt-bindings: regulator: Add support for multiple supplies
Date: Thu, 20 Apr 2023 21:24:01 +0200 [thread overview]
Message-ID: <20230420192402.3695265-1-Naresh.Solanki@9elements.com> (raw)
Add optional DT property 'regulator-supplies' to handle connectors with
multiple supplies.
If this property is present, it will determine all regulator supplies.
Otherwise, the 'vout' supply will be used as a fallback.
This change improves support for connector like PCIe connectors on
mainboards that can be powered by 12V and 3.3V supplies.
Signed-off-by: Naresh Solanki <Naresh.Solanki@9elements.com>
...
Change in V2:
- Added example
- Update property type & description.
- Improve commit message
---
.../bindings/regulator/regulator-output.yaml | 21 ++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/regulator/regulator-output.yaml b/Documentation/devicetree/bindings/regulator/regulator-output.yaml
index 078b37a1a71a..a9dce26991ff 100644
--- a/Documentation/devicetree/bindings/regulator/regulator-output.yaml
+++ b/Documentation/devicetree/bindings/regulator/regulator-output.yaml
@@ -21,13 +21,22 @@ properties:
compatible:
const: regulator-output
- vout-supply:
+ regulator-supplies:
+ $ref: /schemas/types.yaml#/definitions/string-array
description:
- Phandle of the regulator supplying the output.
+ Optional property that specifies supply names provided by
+ the regulator. Defaults to "vout" if not specified. The
+ array contains a list of supply names.
+ Each supply name corresponds to a phandle in the
+ patternProperties.
+
+patternProperties:
+ ".*-supply":
+ description:
+ Specifies the phandle for various supplies
required:
- compatible
- - vout-supply
additionalProperties: false
@@ -37,3 +46,9 @@ examples:
compatible = "regulator-output";
vout-supply = <&output_reg>;
};
+ out2 {
+ compatible = "regulator-output";
+ regulator-supplies = "sw0", "sw1";
+ sw0-supply = <&out2_sw0>;
+ sw1-supply = <&out2_sw1>;
+ };
base-commit: 43c75e470e5b56a992acb08474810e6822f0989c
--
2.39.1
next reply other threads:[~2023-04-20 19:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-20 19:24 Naresh Solanki [this message]
2023-04-20 19:24 ` [PATCH v2 2/2] regulator: userspace-consumer: Support multiple supplies in DT Naresh Solanki
2023-04-21 21:36 ` [PATCH v2 1/2] dt-bindings: regulator: Add support for multiple supplies Rob Herring
2023-04-24 8:52 ` Naresh Solanki
2023-05-03 8:03 ` Naresh Solanki
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=20230420192402.3695265-1-Naresh.Solanki@9elements.com \
--to=naresh.solanki@9elements.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=zev@bewilderbeest.net \
/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
all inboxes | Powered by JetHome®