Based on kernel version 6.11
. Page generated on 2024-09-24 08:21 EST
.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
| # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/regulator/mediatek,mt6332-regulator.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: MT6332 Regulator from MediaTek Integrated
maintainers:
- AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
description: |
The MT6332 Companion PMIC provides 6 BUCK and 4 LDO (Low Dropout)
regulators and nodes are named according to the regulator type:
buck-<name> and ldo-<name>.
MT6332 regulators node should be sub node of the MT6397 MFD node.
patternProperties:
"^buck-v(dram|dvfs2|pa|rf18a|rf18b|sbst)$":
type: object
$ref: regulator.yaml#
properties:
regulator-name:
pattern: "^v(dram|dvfs2|pa|rf18a|rf18b|sbst)$"
unevaluatedProperties: false
"^ldo-v(bif28|dig18|sram|usb33)$":
type: object
$ref: regulator.yaml#
properties:
regulator-name:
pattern: "^v(bif28|dig18|sram|usb33)$"
unevaluatedProperties: false
additionalProperties: false
examples:
- |
pmic {
regulators {
mt6332_vdram_reg: buck-vdram {
regulator-name = "vdram";
regulator-min-microvolt = <700000>;
regulator-max-microvolt = <1493750>;
regulator-ramp-delay = <12500>;
regulator-allowed-modes = <0 1>;
regulator-always-on;
};
mt6332_vdvfs2_reg: buck-vdvfs2 {
regulator-name = "vdvfs2";
regulator-min-microvolt = <700000>;
regulator-max-microvolt = <1312500>;
regulator-ramp-delay = <12500>;
regulator-enable-ramp-delay = <1>;
regulator-allowed-modes = <0 1>;
};
mt6332_vpa_reg: buck-vpa {
regulator-name = "vpa";
regulator-min-microvolt = <500000>;
regulator-max-microvolt = <3400000>;
};
mt6332_vrf18a_reg: buck-vrf18a {
regulator-name = "vrf18a";
regulator-min-microvolt = <1050000>;
regulator-max-microvolt = <2240625>;
regulator-allowed-modes = <0 1>;
};
mt6332_vrf18b_reg: buck-vrf18b {
regulator-name = "vrf18b";
regulator-min-microvolt = <1050000>;
regulator-max-microvolt = <2240625>;
regulator-allowed-modes = <0 1>;
};
mt6332_vsbst_reg: buck-vsbst {
regulator-name = "vsbst";
regulator-min-microvolt = <3500000>;
regulator-max-microvolt = <7468750>;
};
mt6332_vauxb32_reg: ldo-vauxb32 {
regulator-name = "vauxb32";
regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <3200000>;
};
mt6332_vbif28_reg: ldo-vbif28 {
regulator-name = "vbif28";
regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>;
};
mt6332_vdig18_reg: ldo-vdig18 {
regulator-name = "vdig18";
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
};
mt6332_vsram_reg: ldo-vsram {
regulator-name = "vauxa32";
regulator-min-microvolt = <700000>;
regulator-max-microvolt = <1493750>;
regulator-always-on;
};
mt6332_vusb33_reg: ldo-vusb33 {
regulator-name = "vusb33";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
};
};
...
|
- << [ bindings ]
- 88pg86x.txt
- 88pm800.txt
- 88pm860x.txt
- active-semi,act8600.yaml
- active-semi,act8846.yaml
- active-semi,act8865.yaml
- active-semi,act8945a.yaml
- adi,max77503-regulator.yaml
- adi,max77541-regulator.yaml
- adi,max77857.yaml
- allwinner,sun20i-d1-system-ldos.yaml
- anatop-regulator.yaml
- as3722-regulator.txt
- awinic,aw37503.yaml
- cpcap-regulator.txt
- da9211.txt
- dlg,da9121.yaml
- dlg,da9210.yaml
- dlg,slg51000.yaml
- fcs,fan53555.yaml
- fixed-regulator.yaml
- google,cros-ec-regulator.yaml
- gpio-regulator.yaml
- hisilicon,hi655x-regulator.txt
- infineon,ir38060.yaml
- isl9305.txt
- lm363x-regulator.txt
- lp872x.txt
- ltc3589.txt
- ltc3676.txt
- max1586-regulator.txt
- max77650-regulator.yaml
- max8660.yaml
- max8893.yaml
- max8907.txt
- max8925-regulator.txt
- maxim,max14577.yaml
- maxim,max20086.yaml
- maxim,max20411.yaml
- maxim,max77686.yaml
- maxim,max77693.yaml
- maxim,max77802.yaml
- maxim,max77826.yaml
- maxim,max77843.yaml
- maxim,max8952.yaml
- maxim,max8973.yaml
- maxim,max8997.yaml
- mediatek,mt6331-regulator.yaml
- mediatek,mt6332-regulator.yaml
- mediatek,mt6357-regulator.yaml
- mediatek,mt6358-regulator.yaml
- mediatek,mt6873-dvfsrc-regulator.yaml
- microchip,mcp16502.yaml
- mp8859.txt
- mps,mp5416.yaml
- mps,mp886x.yaml
- mps,mpq2286.yaml
- mps,mpq7920.yaml
- mps,mpq7932.yaml
- mt6311-regulator.txt
- mt6315-regulator.yaml
- mt6323-regulator.txt
- mt6359-regulator.yaml
- mt6360-regulator.yaml
- mt6380-regulator.txt
- mt6397-regulator.txt
- nvidia,tegra-regulators-coupling.txt
- nxp,pca9450-regulator.yaml
- nxp,pf8x00-regulator.yaml
- onnn,fan53880.yaml
- palmas-pmic.txt
- pbias-regulator.txt
- pfuze100.yaml
- pv88060.txt
- pv88080.txt
- pv88090.txt
- pwm-regulator.yaml
- qcom,qca6390-pmu.yaml
- qcom,rpm-regulator.yaml
- qcom,rpmh-regulator.yaml
- qcom,sdm845-refgen-regulator.yaml
- qcom,smd-rpm-regulator.yaml
- qcom,spmi-regulator.yaml
- qcom,usb-vbus-regulator.yaml
- qcom-labibb-regulator.yaml
- raspberrypi,7inch-touchscreen-panel-regulator.yaml
- regulator-max77620.txt
- regulator-output.yaml
- regulator.txt
- regulator.yaml
- renesas,raa215300.yaml
- richtek,rt4801-regulator.yaml
- richtek,rt4803.yaml
- richtek,rt4831-regulator.yaml
- richtek,rt5190a-regulator.yaml
- richtek,rt5739.yaml
- richtek,rt5759-regulator.yaml
- richtek,rt6160-regulator.yaml
- richtek,rt6190.yaml
- richtek,rt6245-regulator.yaml
- richtek,rtmv20-regulator.yaml
- richtek,rtq2134-regulator.yaml
- richtek,rtq2208.yaml
- richtek,rtq6752-regulator.yaml
- rohm,bd71815-regulator.yaml
- rohm,bd71828-regulator.yaml
- rohm,bd71837-regulator.yaml
- rohm,bd71847-regulator.yaml
- rohm,bd9576-regulator.yaml
- rohm,bd96801-regulator.yaml
- samsung,s2mpa01.yaml
- samsung,s2mps11.yaml
- samsung,s2mps13.yaml
- samsung,s2mps14.yaml
- samsung,s2mps15.yaml
- samsung,s2mpu02.yaml
- samsung,s5m8767.yaml
- silergy,sy8106a.yaml
- silergy,sy8824x.yaml
- silergy,sy8827n.yaml
- siliconmitus,sm5703-regulator.yaml
- sky81452-regulator.txt
- socionext,uniphier-regulator.yaml
- sprd,sc2731-regulator.yaml
- st,stm32-booster.yaml
- st,stm32-vrefbuf.yaml
- st,stm32mp1-pwr-reg.yaml
- ti,tps62360.yaml
- ti,tps62864.yaml
- ti,tps62870.yaml
- ti,tps65132.yaml
- ti,tps65219.yaml
- ti-abb-regulator.txt
- tps51632-regulator.txt
- tps65023.txt
- tps65090.txt
- tps65217.txt
- tps65218.txt
- tps6586x.txt
- vctrl.txt
- vexpress.txt
- vqmmc-ipq4019-regulator.yaml
- wlf,arizona.yaml
-