[PATCH] regulator: dt-bindings: Convert mediatek,mt6380-regulator to DT schema
Rob Herring
robh at kernel.org
Wed Sep 23 05:21:19 PDT 2026
On Wed, Sep 23, 2026 at 12:43:26PM +0200, Mark Brown wrote:
> On Tue, Sep 22, 2026 at 02:55:01PM -0500, Rob Herring (Arm) wrote:
> > Convert the MediaTek mediatek,mt6380-regulator binding to DT schema
> > format. It's a straight forward conversion.
>
> > + '^buck-(vcore1?|vrf)$':
> > + description: BUCK regulators
> > + $ref: regulator.yaml#
> > + unevaluatedProperties: false
> > +
> > + required:
> > + - regulator-min-microvolt
> > + - regulator-max-microvolt
> > + - regulator-ramp-delay
> > +
> > + '^ldo-v([mat]|phy|ddr)$':
> > + type: object
> > + description: LDO regulators
> > + $ref: regulator.yaml#
> > + unevaluatedProperties: false
>
> The LDO is an object but the buck is not? I'll apply, but the above
> looks weird.
I missed dropping 'type: object' here in my review/rewrite of the LLM
generated conversion. It is not needed because regulator.yaml has it
(after processing, every schema doc does).
Rob
More information about the linux-arm-kernel
mailing list