From: Krzysztof Kozlowski <krzk@kernel.org>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Cc: broonie@kernel.org, lgirdwood@gmail.com, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org, matthias.bgg@gmail.com,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, kernel@collabora.com
Subject: Re: [PATCH v2 1/6] dt-bindings: regulator: Document MediaTek MT6316 PMIC Regulators
Date: Fri, 27 Jun 2025 10:16:52 +0200 [thread overview]
Message-ID: <20250627-premium-clay-husky-9d32bc@krzk-bin> (raw)
In-Reply-To: <20250624073548.29732-2-angelogioacchino.delregno@collabora.com>
On Tue, Jun 24, 2025 at 09:35:43AM +0200, AngeloGioacchino Del Regno wrote:
> Add bindings for the regulators found in the MediaTek MT6316 PMIC,
> usually found in board designs using the MT6991 Dimensity 9400 and
> on MT8196 Kompanio SoC for Chromebooks.
>
> This chip is fully controlled by SPMI and has multiple variants
> providing different phase configurations.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
> .../regulator/mediatek,mt6316-regulator.yaml | 81 +++++++++++++++++++
> 1 file changed, 81 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/regulator/mediatek,mt6316-regulator.yaml
>
> diff --git a/Documentation/devicetree/bindings/regulator/mediatek,mt6316-regulator.yaml b/Documentation/devicetree/bindings/regulator/mediatek,mt6316-regulator.yaml
> new file mode 100644
> index 000000000000..019c3c36997c
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/regulator/mediatek,mt6316-regulator.yaml
> @@ -0,0 +1,81 @@
> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/regulator/mediatek,mt6316-regulator.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: MediaTek MT6316 SPMI PMIC Regulators
> +
> +maintainers:
> + - AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> +
> +description: |
> + The MediaTek MT6316 PMIC is fully controlled by SPMI interface; it features
> + four step-down DC/DC (buck) converters and has multiple variants, providing
> + different phase configurations. In particular:
> + MT6316BP/VP: 2+2 Phase (buck 1+2, buck 3+4)
> + MT6316CP/HP/KP: 3+1 Phase (buck 1+2+4, buck 3)
> + MT6316DP/TP: 4+0 Phase (buck 1+2+3+4)
> +
> +properties:
> + compatible:
> + enum:
> + - mediatek,mt6316b-regulator
> + - mediatek,mt6316c-regulator
> + - mediatek,mt6316d-regulator
> +
> + vbuck1234:
> + type: object
> + $ref: regulator.yaml#
> + unevaluatedProperties: false
> +
Here you define all regulators
> +additionalProperties: false
This goes to the end.
> +
> +allOf:
> + - if:
> + properties:
> + compatible:
> + const: mediatek,mt6316b-regulator
> + then:
> + patternProperties:
> + "^vbuck(12|34)$":
Every device has different regulators, so there is little benefit in
keeping this in one schema file.
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-06-27 8:21 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-24 7:35 [PATCH v2 0/6] regulator: Add support for MediaTek MT6316/6363/6373 PMICs AngeloGioacchino Del Regno
2025-06-24 7:35 ` [PATCH v2 1/6] dt-bindings: regulator: Document MediaTek MT6316 PMIC Regulators AngeloGioacchino Del Regno
2025-06-27 8:16 ` Krzysztof Kozlowski [this message]
2025-06-24 7:35 ` [PATCH v2 2/6] regulator: Add support for MediaTek MT6316 SPMI " AngeloGioacchino Del Regno
2025-06-25 5:06 ` Chen-Yu Tsai
2025-06-25 8:43 ` AngeloGioacchino Del Regno
2025-06-24 7:35 ` [PATCH v2 3/6] dt-bindings: regulator: Document MediaTek MT6363 " AngeloGioacchino Del Regno
2025-06-27 8:18 ` Krzysztof Kozlowski
2025-06-30 3:25 ` Chen-Yu Tsai
2025-06-30 7:52 ` AngeloGioacchino Del Regno
2025-06-30 8:34 ` Chen-Yu Tsai
2025-06-24 7:35 ` [PATCH v2 4/6] regulator: Add support for MediaTek MT6363 SPMI " AngeloGioacchino Del Regno
2025-06-27 19:42 ` Dan Carpenter
2025-07-06 6:22 ` kernel test robot
2025-06-24 7:35 ` [PATCH v2 5/6] dt-bindings: regulator: Document MediaTek MT6373 " AngeloGioacchino Del Regno
2025-06-27 8:21 ` Krzysztof Kozlowski
2025-06-24 7:35 ` [PATCH v2 6/6] regulator: Add support for MediaTek MT6373 SPMI " AngeloGioacchino Del Regno
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=20250627-premium-clay-husky-9d32bc@krzk-bin \
--to=krzk@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel@collabora.com \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=robh@kernel.org \
/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