[PATCH] dt-bindings: regulator: ti,tps65132: document VIN supply

Stanislav Jakubek posted 1 patch 1 year, 7 months ago
Documentation/devicetree/bindings/regulator/ti,tps65132.yaml | 3 +++
1 file changed, 3 insertions(+)
[PATCH] dt-bindings: regulator: ti,tps65132: document VIN supply
Posted by Stanislav Jakubek 1 year, 7 months ago
TPS65132 is powered by its VIN supply, document it.

Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com>
---
 Documentation/devicetree/bindings/regulator/ti,tps65132.yaml | 3 +++
 1 file changed, 3 insertions(+)

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";
-- 
2.34.1
Re: [PATCH] dt-bindings: regulator: ti,tps65132: document VIN supply
Posted by Mark Brown 1 year, 7 months ago
On Wed, 03 Jul 2024 22:16:28 +0200, Stanislav Jakubek wrote:
> TPS65132 is powered by its VIN supply, document it.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[1/1] dt-bindings: regulator: ti,tps65132: document VIN supply
      commit: 82fe56c6fe02fde86784bad7f59a340306967efe

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Re: [PATCH] dt-bindings: regulator: ti,tps65132: document VIN supply
Posted by Krzysztof Kozlowski 1 year, 7 months ago
On 03/07/2024 22:16, Stanislav Jakubek wrote:
> 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>

Best regards,
Krzysztof