Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19-rc8 45 lines 1.2 kB view raw
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2%YAML 1.2 3--- 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 Regulators 8 9description: 10 The Dynamic Voltage and Frequency Scaling Resource Collector Regulators 11 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-regulator 20 - mediatek,mt6893-dvfsrc-regulator 21 - mediatek,mt8183-dvfsrc-regulator 22 - mediatek,mt8192-dvfsrc-regulator 23 - mediatek,mt8195-dvfsrc-regulator 24 - mediatek,mt8196-dvfsrc-regulator 25 26 dvfsrc-vcore: 27 description: DVFSRC-controlled SoC Vcore regulator 28 $ref: regulator.yaml# 29 unevaluatedProperties: false 30 31 dvfsrc-vscp: 32 description: DVFSRC-controlled System Control Processor regulator 33 $ref: regulator.yaml# 34 unevaluatedProperties: false 35 36required: 37 - compatible 38 39anyOf: 40 - required: 41 - dvfsrc-vcore 42 - required: 43 - dvfsrc-vscp 44 45additionalProperties: false