Skip to content

Commit d15d0f1

Browse files
wensbroonie
authored andcommitted
regulator: dt-bindings: mt6315: Add regulator supplies
The MT6315 family of PMICs has 4 buck regulators. Each regulator has a separate supply. Add these supplies to the device tree binding. Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Link: https://patch.msgid.link/20260326081050.1115201-2-wenst@chromium.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 7aaa804 commit d15d0f1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Documentation/devicetree/bindings/regulator/mt6315-regulator.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ properties:
2525
reg:
2626
maxItems: 1
2727

28+
pvdd1-supply:
29+
description: Supply for regulator vbuck1
30+
pvdd2-supply:
31+
description: Supply for regulator vbuck2
32+
pvdd3-supply:
33+
description: Supply for regulator vbuck3
34+
pvdd4-supply:
35+
description: Supply for regulator vbuck4
36+
2837
regulators:
2938
type: object
3039
description: List of regulators and its properties
@@ -49,8 +58,11 @@ examples:
4958
pmic@6 {
5059
compatible = "mediatek,mt6315-regulator";
5160
reg = <0x6 0>;
61+
pvdd1-supply = <&pp4200_z2>;
62+
pvdd3-supply = <&pp4200_z2>;
5263
5364
regulators {
65+
5466
vbuck1 {
5567
regulator-min-microvolt = <300000>;
5668
regulator-max-microvolt = <1193750>;

0 commit comments

Comments
 (0)