aboutsummaryrefslogtreecommitdiff
path: root/Bindings/regulator/max77650-regulator.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Bindings/regulator/max77650-regulator.yaml')
-rw-r--r--Bindings/regulator/max77650-regulator.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Bindings/regulator/max77650-regulator.yaml b/Bindings/regulator/max77650-regulator.yaml
index 7d724159f890..ce0a4021ae7f 100644
--- a/Bindings/regulator/max77650-regulator.yaml
+++ b/Bindings/regulator/max77650-regulator.yaml
@@ -24,8 +24,11 @@ properties:
const: maxim,max77650-regulator
patternProperties:
- "^regulator@[0-3]$":
+ "^regulator-(ldo|sbb[0-2])$":
$ref: "regulator.yaml#"
required:
- compatible
+additionalProperties: false
+
+...