Home
last modified time | relevance | path

Searched +full:dvfsrc +full:- +full:vscp (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/regulator/
Dmtk-dvfsrc-regulator.c1 // SPDX-License-Identifier: GPL-2.0
13 #include <linux/soc/mediatek/dvfsrc.h>
40 return rdev_get_dev(rdev)->parent; in to_dvfs_regulator_dev()
45 return to_dvfs_regulator_dev(rdev)->parent; in to_dvfsrc_dev()
58 return -EINVAL; in dvfsrc_get_cmd()
111 MTK_DVFSRC_VREG("dvfsrc-vcore", VCORE, mt6873_voltages),
112 MTK_DVFSRC_VREG("dvfsrc-vscp", VSCP, mt6873_voltages),
126 MTK_DVFSRC_VREG("dvfsrc-vcore", VCORE, mt8183_voltages),
142 MTK_DVFSRC_VREG("dvfsrc-vcore", VCORE, mt8195_voltages),
143 MTK_DVFSRC_VREG("dvfsrc-vscp", VSCP, mt8195_voltages),
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Dmediatek,mt6873-dvfsrc-regulator.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/regulator/mediatek,mt6873-dvfsrc-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MediaTek DVFSRC-controlled Regulators
11 are controlled with votes to the DVFSRC hardware.
14 - AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
19 - mediatek,mt6873-dvfsrc-regulator
20 - mediatek,mt8183-dvfsrc-regulator
21 - mediatek,mt8192-dvfsrc-regulator
[all …]