]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: regulator: ti,tps65132: document VIN supply
authorStanislav Jakubek <stano.jakubek@gmail.com>
Wed, 3 Jul 2024 20:16:28 +0000 (22:16 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 4 Jul 2024 12:24:52 +0000 (13:24 +0100)
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>
Documentation/devicetree/bindings/regulator/ti,tps65132.yaml

index 6a6d1a3d6fa7e75fb387d936219ec2a8e9c3f713..873d92738eb07f4a938f5a34d4c126374a775190 100644 (file)
@@ -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";