Re: [PATCH] regulator: dt-bindings: Add MAX20024 sd4

From: Svyatoslav Ryhel

Date: Wed Sep 23 2026 - 05:17:14 EST


ср, 23 вер. 2026 р. о 00:21 Rob Herring (Arm) <robh@xxxxxxxxxx> пише:
>
> Allow the MAX20024 extra sd4 regulator and its in-sd4 supply in the
> MAX77620 regulator schema. The other DCDC and LDO names remain
> unchanged.
>
> Assisted-by: LLM
> Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> ---
> .../bindings/regulator/maxim,max77620-regulator.yaml | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/regulator/maxim,max77620-regulator.yaml b/Documentation/devicetree/bindings/regulator/maxim,max77620-regulator.yaml
> index 7118c34961ba..0f2901cab8af 100644
> --- a/Documentation/devicetree/bindings/regulator/maxim,max77620-regulator.yaml
> +++ b/Documentation/devicetree/bindings/regulator/maxim,max77620-regulator.yaml
> @@ -10,17 +10,17 @@ maintainers:
> - Svyatoslav Ryhel <clamor95@xxxxxxxxx>
>
> description:
> - Device has multiple DCDC(sd[0-3]) and LDOs(ldo[0-8]). The input supply
> - of these regulators are defined under parent device node. Details of
> - regulator properties are defined as child node under sub-node "regulators"
> - which is child node of device node.
> + Device has multiple DCDC (sd[0-3], plus sd4 on MAX20024) and LDOs
> + (ldo[0-8]). The input supply of these regulators are defined under parent
> + device node. Details of regulator properties are defined as child node under
> + sub-node "regulators" which is child node of device node.
>
> patternProperties:
> - "^in-(sd[0-3]|ldo(0-1|2|3-5|4-6|7-8))-supply$":
> + "^in-(sd[0-4]|ldo(0-1|2|3-5|4-6|7-8))-supply$":
> $ref: /schemas/types.yaml#/definitions/phandle
> description: Input supply for DCDC or LDO
>
> - "^(sd[0-3]|ldo[0-8])$":
> + "^(sd[0-4]|ldo[0-8])$":
> type: object
> $ref: /schemas/regulator/regulator.yaml#
> unevaluatedProperties: false
> --
> 2.53.0
>

Thank you!

Reviewed-by: Svyatoslav Ryhel <clamor95@xxxxxxxxx>