brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · 7048286 Raw
44 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/regulator/mediatek,mt6873-dvfsrc-regulator.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: MediaTek DVFSRC-controlled Regulators8 9description:10  The Dynamic Voltage and Frequency Scaling Resource Collector Regulators11  are controlled with votes to the DVFSRC hardware.12 13maintainers:14  - AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>15 16properties:17  compatible:18    enum:19      - mediatek,mt6873-dvfsrc-regulator20      - mediatek,mt8183-dvfsrc-regulator21      - mediatek,mt8192-dvfsrc-regulator22      - mediatek,mt8195-dvfsrc-regulator23 24  dvfsrc-vcore:25    description: DVFSRC-controlled SoC Vcore regulator26    $ref: regulator.yaml#27    unevaluatedProperties: false28 29  dvfsrc-vscp:30    description: DVFSRC-controlled System Control Processor regulator31    $ref: regulator.yaml#32    unevaluatedProperties: false33 34required:35  - compatible36 37anyOf:38  - required:39      - dvfsrc-vcore40  - required:41      - dvfsrc-vscp42 43additionalProperties: false44