Re: [PATCH] dt-bindings: regulators: Document Tegra regulator coupling in json-schema

From: Dmitry Osipenko
Date: Mon Dec 06 2021 - 11:09:31 EST


06.12.2021 18:40, Thierry Reding пишет:
> + nvidia,tegra-core-regulator:
> + $ref: "/schemas/types.yaml#/definitions/flag"
> + description: if present, designates the regulator as the "CORE domain" voltage regulator
> +
> + nvidia,tegra-rtc-regulator:
> + $ref: "/schemas/types.yaml#/definitions/flag"
> + description: if present, designates the regulator as the "RTC domain" voltage regulator
> +
> + nvidia,tegra-cpu-regulator:
> + $ref: "/schemas/types.yaml#/definitions/flag"
> + description: if present, designates the regulator as the "CPU domain" voltage regulator

What is the difference between "boolean" and
"/schemas/types.yaml#/definitions/flag"?