[PATCH 5/6] dt-bindings: hwmon: pmbus: ti,ucd90320: Add missing compatibles

Rob Herring (Arm) posted 6 patches 3 months, 1 week ago
[PATCH 5/6] dt-bindings: hwmon: pmbus: ti,ucd90320: Add missing compatibles
Posted by Rob Herring (Arm) 3 months, 1 week ago
Add several compatibles already in use to the ti,ucd90320 binding.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml b/Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml
index f8bea1c0e94a..8f9ce00079df 100644
--- a/Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml
+++ b/Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml
@@ -23,7 +23,13 @@ description: |
 properties:
   compatible:
     enum:
+      - ti,ucd9000
+      - ti,ucd9090
+      - ti,ucd90120
+      - ti,ucd90124
+      - ti,ucd90160
       - ti,ucd90320
+      - ti,ucd90910
 
   reg:
     maxItems: 1

-- 
2.47.2
Re: [PATCH 5/6] dt-bindings: hwmon: pmbus: ti,ucd90320: Add missing compatibles
Posted by Guenter Roeck 2 months, 3 weeks ago
On Tue, Jul 01, 2025 at 04:00:44PM -0500, Rob Herring (Arm) wrote:
> Add several compatibles already in use to the ti,ucd90320 binding.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Applied.

Thanks,
Guenter