[PATCH 1/3] dt-bindings: mfd: 88pm886: Allow vbus regulator
From: Duje Mihanović
Date: Tue May 26 2026 - 15:17:17 EST
From: Duje Mihanović <duje@xxxxxxxxxxxxxxxxx>
Add vbus to patternProperties for the regulators node to allow for the
PMIC's vbus regulator to be exposed.
Signed-off-by: Duje Mihanović <duje@xxxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/mfd/marvell,88pm886-a1.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/mfd/marvell,88pm886-a1.yaml b/Documentation/devicetree/bindings/mfd/marvell,88pm886-a1.yaml
index 92a72a99fd79..940262898353 100644
--- a/Documentation/devicetree/bindings/mfd/marvell,88pm886-a1.yaml
+++ b/Documentation/devicetree/bindings/mfd/marvell,88pm886-a1.yaml
@@ -29,7 +29,7 @@ properties:
type: object
additionalProperties: false
patternProperties:
- "^(ldo(1[0-6]|[1-9])|buck[1-5])$":
+ "^(ldo(1[0-6]|[1-9])|buck[1-5]|vbus)$":
type: object
$ref: /schemas/regulator/regulator.yaml#
description: LDO or buck regulator.
--
2.54.0