aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/regulator/ti,tps65132.yaml
diff options
context:
space:
mode:
authorStanislav Jakubek <stano.jakubek@gmail.com>2024-07-03 22:16:28 +0200
committerMark Brown <broonie@kernel.org>2024-07-04 13:24:52 +0100
commit82fe56c6fe02fde86784bad7f59a340306967efe (patch)
tree450c547f66cfe04680cada0f2aea346a2b1af9eb /Documentation/devicetree/bindings/regulator/ti,tps65132.yaml
parent80e64b6d34812d037e4edcaca88719da51a943be (diff)
dt-bindings: regulator: ti,tps65132: document VIN supply
TPS65132 is powered by its VIN supply, document it. Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/ZoWxnEY944ht2EWf@standask-GA-A55M-S2HP Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator/ti,tps65132.yaml')
-rw-r--r--Documentation/devicetree/bindings/regulator/ti,tps65132.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/ti,tps65132.yaml b/Documentation/devicetree/bindings/regulator/ti,tps65132.yaml
index 6a6d1a3d6fa7..873d92738eb0 100644
--- a/Documentation/devicetree/bindings/regulator/ti,tps65132.yaml
+++ b/Documentation/devicetree/bindings/regulator/ti,tps65132.yaml
@@ -23,6 +23,8 @@ properties:
reg:
maxItems: 1
+ vin-supply: true
+
patternProperties:
"^out[pn]$":
type: object
@@ -65,6 +67,7 @@ examples:
regulator@3e {
compatible = "ti,tps65132";
reg = <0x3e>;
+ vin-supply = <&supply>;
outp {
regulator-name = "outp";