summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/regulator/max77650-regulator.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/regulator/max77650-regulator.yaml')
-rw-r--r--Documentation/devicetree/bindings/regulator/max77650-regulator.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/regulator/max77650-regulator.yaml b/Documentation/devicetree/bindings/regulator/max77650-regulator.yaml
index 7d724159f890..27d5e9c2bb93 100644
--- a/Documentation/devicetree/bindings/regulator/max77650-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/max77650-regulator.yaml
@@ -24,8 +24,12 @@ properties:
const: maxim,max77650-regulator
patternProperties:
- "^regulator@[0-3]$":
- $ref: "regulator.yaml#"
+ "^regulator-(ldo|sbb[0-2])$":
+ $ref: regulator.yaml#
+ unevaluatedProperties: false
required:
- compatible
+additionalProperties: false
+
+...