From: Rob Herring <robh@kernel.org>
To: Markuss Broks <markuss.broks@gmail.com>
Cc: linux-kernel@vger.kernel.org, phone-devel@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht,
Lee Jones <lee.jones@linaro.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
devicetree@vger.kernel.org
Subject: Re: [PATCH v3 1/4] dt-bindings: regulator: Add bindings for Silicon Mitus SM5703 regulators
Date: Tue, 19 Apr 2022 09:03:09 -0500 [thread overview]
Message-ID: <Yl7BHcPdy5iuuNxg@robh.at.kernel.org> (raw)
In-Reply-To: <20220415164356.25165-2-markuss.broks@gmail.com>
On Fri, Apr 15, 2022 at 07:43:52PM +0300, Markuss Broks wrote:
> This patch adds device-tree bindings for regulators on Silicon Mitus
> SM5703 MFD.
>
> Signed-off-by: Markuss Broks <markuss.broks@gmail.com>
> ---
> .../siliconmitus,sm5703-regulator.yaml | 48 +++++++++++++++++++
> 1 file changed, 48 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml
>
> diff --git a/Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml b/Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml
> new file mode 100644
> index 000000000000..560df4c020ca
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml
> @@ -0,0 +1,48 @@
> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/regulator/siliconmitus,sm5703-regulator.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Silicon Mitus SM5703 multi function device regulators
> +
> +maintainers:
> + - Markuss Broks <markuss.broks@gmail.com>
> +
> +description: |
> + SM5703 regulators node should be a sub node of the SM5703 MFD node. See SM5703 MFD
> + bindings at Documentation/devicetree/bindings/mfd/siliconmitus,sm5703.yaml
> + Regulator nodes should be named as USBLDO_<number>, BUCK, VBUS, LDO_<number>.
> + The definition for each of these nodes is defined using the standard
> + binding for regulators at Documentation/devicetree/bindings/regulator/regulator.txt.
> +
> +properties:
> + compatible:
> + const: siliconmitus,sm5703-regulator
> +
> + buck:
> + type: object
> + $ref: regulator.yaml#
unevaluatedProperties: false
> + description:
> + Properties for the BUCK regulator.
> +
> + vbus:
> + type: object
> + $ref: regulator.yaml#
unevaluatedProperties: false
> + description:
> + Properties for the VBUS regulator.
> +
> +patternProperties:
> + "^ldo[1-3]$":
> + type: object
> + $ref: regulator.yaml#
unevaluatedProperties: false
> + description:
> + Properties for single LDO regulator.
> +
> + "^usbldo[1-2]$":
> + type: object
> + $ref: regulator.yaml#
unevaluatedProperties: false
> + description:
> + Properties for a single USBLDO regulator.
> +
> +additionalProperties: false
> --
> 2.35.1
>
>
next prev parent reply other threads:[~2022-04-19 14:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-15 16:43 [PATCH v3 0/4] Add support for Silicon Mitus SM5703 MFD Markuss Broks
2022-04-15 16:43 ` [PATCH v3 1/4] dt-bindings: regulator: Add bindings for Silicon Mitus SM5703 regulators Markuss Broks
2022-04-19 14:03 ` Rob Herring [this message]
2022-04-15 16:43 ` [PATCH v3 2/4] dt-bindings: mfd: Add bindings for Silicon Mitus SM5703 MFD Markuss Broks
2022-04-19 14:01 ` Rob Herring
2022-04-19 16:04 ` Markuss Broks
2022-04-15 16:43 ` [PATCH v3 3/4] mfd: sm5703: Add support for " Markuss Broks
2022-04-15 16:43 ` [PATCH v3 4/4] regulator: sm5703-regulator: Add regulators " Markuss Broks
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=Yl7BHcPdy5iuuNxg@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski@canonical.com \
--cc=lee.jones@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=markuss.broks@gmail.com \
--cc=phone-devel@vger.kernel.org \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/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