[PATCH] dt-bindings: trivial-devices: Add Maxim max15301, max15303, and max20751

Rob Herring (Arm) posted 1 patch 11 months ago
Documentation/devicetree/bindings/trivial-devices.yaml | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] dt-bindings: trivial-devices: Add Maxim max15301, max15303, and max20751
Posted by Rob Herring (Arm) 11 months ago
The Maxim max15301, max15303, and max20751 devices are all simple PMBus
devices already in use, but have not been documented.

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

diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index 91a19faa8d9a..efe844be8700 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -185,6 +185,12 @@ properties:
           - maxim,max5484
             # PECI-to-I2C translator for PECI-to-SMBus/I2C protocol conversion
           - maxim,max6621
+            # InTune Automatically Compensated Digital PoL Controller with Driver and PMBus Telemetry
+          - maxim,max15301
+            # 6A InTune Automatically Compensated Converter with PMBus Telemetry
+          - maxim,max15303
+            # Multiphase Master with PMBus Interface and Internal Buck Converter
+          - maxim,max20751
             # mCube 3-axis 8-bit digital accelerometer
           - mcube,mc3230
             # Measurement Specialities I2C temperature and humidity sensor
-- 
2.47.2
Re: [PATCH] dt-bindings: trivial-devices: Add Maxim max15301, max15303, and max20751
Posted by Rob Herring (Arm) 11 months ago
On Fri, 07 Mar 2025 17:09:06 -0600, Rob Herring (Arm) wrote:
> The Maxim max15301, max15303, and max20751 devices are all simple PMBus
> devices already in use, but have not been documented.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/trivial-devices.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Applied, thanks!