[PATCH] dt-bindings: trivial-devices: Add ti,tps53681

Michal Simek posted 1 patch 10 months ago
Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: trivial-devices: Add ti,tps53681
Posted by Michal Simek 10 months ago
Describe TI TPS5381 a dual-channel multiphase step-down controller
supporting per-phase and per-channel output telemetry.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

Linux kernel driver support has been added by commit 53030bcc87e4 ("hwmon:
(pmbus/tps53679) Add support for TPS53681").
---
 Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index fadbd3c041c8..fd6389aefc30 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -380,6 +380,8 @@ properties:
           - ti,tps53676
             # TI Dual channel DCAP+ multiphase controller TPS53679
           - ti,tps53679
+            # TI Dual channel DCAP+ multiphase controller TPS53681
+          - ti,tps53681
             # TI Dual channel DCAP+ multiphase controller TPS53688
           - ti,tps53688
             # TI DC-DC converters on PMBus
-- 
2.43.0
Re: [PATCH] dt-bindings: trivial-devices: Add ti,tps53681
Posted by Rob Herring (Arm) 9 months, 4 weeks ago
On Thu, 20 Feb 2025 13:27:25 +0100, Michal Simek wrote:
> Describe TI TPS5381 a dual-channel multiphase step-down controller
> supporting per-phase and per-channel output telemetry.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
> Linux kernel driver support has been added by commit 53030bcc87e4 ("hwmon:
> (pmbus/tps53679) Add support for TPS53681").
> ---
>  Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks!