Re: [PATCH] regulator: dt-bindings: ti,tps6586x: Convert to DT schema
From: Krzysztof Kozlowski
Date: Sun Aug 30 2026 - 05:17:24 EST
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
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