Commit c9fb2552 authored by Naresh Solanki's avatar Naresh Solanki Committed by Guenter Roeck
Browse files

dt-bindings: hwmon: pmbus: Add bindings for MPS MP297x



Remove mps297x from trivial-devices as it requires
additional properties and does not fit into the trivial
devices category.

Add new bindings for MPS mp2971, mp2973 & mp2975.
It is Dual-Loop, Digital Multi-Phase Controller with PMBUS
interface

Signed-off-by: default avatarNaresh Solanki <naresh.solanki@9elements.com>
Reviewed-by: default avatarConor Dooley <conor.dooley@microchip.com>
Message-ID: <20241022103750.572677-1-naresh.solanki@9elements.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 547a5c45
Loading
Loading
Loading
Loading
+75 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/hwmon/pmbus/mps,mp2975.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: MPS MP2975 Synchronous Buck Regulator

maintainers:
  - Naresh Solanki <naresh.solanki@9elements.com>

description:
  The MPS MP2971, MP2973 & MP2975 is a multi-phase voltage regulator
  designed for use in high-performance computing and server
  applications. It supports I2C/PMBus for control and monitoring.

properties:
  compatible:
    enum:
      - mps,mp2971
      - mps,mp2973
      - mps,mp2975

  reg:
    maxItems: 1

  interrupts:
    maxItems: 1

  regulators:
    type: object
    description:
      List of regulators provided by this controller.

    patternProperties:
      "^vout[0-1]$":
        $ref: /schemas/regulator/regulator.yaml#
        type: object
        unevaluatedProperties: false

    additionalProperties: false

required:
  - compatible
  - reg

additionalProperties: false

examples:
  - |
    #include <dt-bindings/interrupt-controller/irq.h>
    i2c {
        #address-cells = <1>;
        #size-cells = <0>;

        regulator@58 {
            compatible = "mps,mp2973";
            reg = <0x58>;

            interrupt-parent = <&smb_pex_cpu1_event>;
            interrupts = <12 IRQ_TYPE_LEVEL_LOW>;

            regulators {
                vout0 {
                    regulator-name = "pvccin_cpu1";
                    regulator-enable-ramp-delay = <200>;
                };
                vout1 {
                    regulator-name = "pvccfa_ehv_fivra_cpu1";
                    regulator-enable-ramp-delay = <200>;
                };
            };
        };
    };
+0 −6
Original line number Diff line number Diff line
@@ -279,12 +279,6 @@ properties:
          - mps,mp2888
            # Monolithic Power Systems Inc. multi-phase controller mp2891
          - mps,mp2891
            # Monolithic Power Systems Inc. multi-phase controller mp2971
          - mps,mp2971
            # Monolithic Power Systems Inc. multi-phase controller mp2973
          - mps,mp2973
            # Monolithic Power Systems Inc. multi-phase controller mp2975
          - mps,mp2975
            # Monolithic Power Systems Inc. multi-phase controller mp2993
          - mps,mp2993
            # Monolithic Power Systems Inc. multi-phase hot-swap controller mp5920