Skip to content

Commit 82fe56c

Browse files
Stanislav Jakubekbroonie
authored andcommitted
dt-bindings: regulator: ti,tps65132: document VIN supply
TPS65132 is powered by its VIN supply, document it. Signed-off-by: Stanislav Jakubek <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://patch.msgid.link/ZoWxnEY944ht2EWf@standask-GA-A55M-S2HP Signed-off-by: Mark Brown <[email protected]>
1 parent 80e64b6 commit 82fe56c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/regulator/ti,tps65132.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ properties:
2323
reg:
2424
maxItems: 1
2525

26+
vin-supply: true
27+
2628
patternProperties:
2729
"^out[pn]$":
2830
type: object
@@ -65,6 +67,7 @@ examples:
6567
regulator@3e {
6668
compatible = "ti,tps65132";
6769
reg = <0x3e>;
70+
vin-supply = <&supply>;
6871
6972
outp {
7073
regulator-name = "outp";

0 commit comments

Comments
 (0)