.../bindings/regulator/maxim,max77620-regulator.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
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@kernel.org>
---
.../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@gmail.com>
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
On Tue, 22 Sep 2026 16:21:39 -0500, Rob Herring (Arm) wrote:
> regulator: dt-bindings: Add MAX20024 sd4
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-7.4
Thanks!
[1/1] regulator: dt-bindings: Add MAX20024 sd4
https://git.kernel.org/broonie/regulator/c/3944065c67f5
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
ср, 23 вер. 2026 р. о 00:21 Rob Herring (Arm) <robh@kernel.org> пише: > > 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@kernel.org> > --- > .../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@gmail.com> > > 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@gmail.com>
© 2016 - 2026 Red Hat, Inc.