Re: [PATCH] regulator: dt-bindings: ti,tps6586x: Convert to DT schema
From: Bhargav Joshi
Date: Mon Aug 31 2026 - 20:40:59 EST
On Sun, Aug 30, 2026 at 2:47 PM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
>
> On Sat, Aug 22, 2026 at 12:40:28AM +0530, Bhargav Joshi wrote:
> > + patternProperties:
> > + "^ldo([0-9]|_rtc)$":
> > + type: object
> > + $ref: regulator.yaml#
> > + unevaluatedProperties: false
> > +
> > + properties:
> > + nvidia,tegra-cpu-regulator:
> > + type: boolean
> > + description:
> > + designates regulator as the "CPU domain" voltage regulator.
> > +
> > + nvidia,tegra-core-regulator:
> > + type: boolean
> > + description:
> > + designates regulator as the "Core domain" voltage regulator.
> > +
> > + nvidia,tegra-rtc-regulator:
> > + type: boolean
> > + description:
> > + designates regulator as the "RTC domain" voltage regulator.
>
> These are coming from nvidia,tegra-regulators-coupling.txt, so the best
> if you also:
> 1. First patch: convert nvidia,tegra-regulators-coupling.txt, to a
> shared schema and correct other devices which use nvidia properties,
> e.g.: ti,tps62360.yaml if I am right.
>
> 2. Second/this patch: reference here the schema
> allOf:
> - $ref: regulator.yaml#
> - $ref: nvidia,tegra-regulators-coupling.yaml
sure I'll send v2 shortly with suggested changes
>
> Rest looks good, thank you for doing the conversion. It is very
> appreciated, although I am bit slow with the reviews last days.
>
> Best regards,
> Krzysztof
>