Commit 8e9977e4 authored by Alexander Stein's avatar Alexander Stein Committed by Mark Brown

regulator: pfuze100: Add missing regulator names

The valid regulator names for the subnodes does not match the ones
mentioned in the description.
PFUZE3000 & PFUZE3001 uses 'v33', 'vccsd' and 'vldo[1-4]' as well, so
add them to the allowed node names.
Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Link: https://lore.kernel.org/r/20220119103747.58305-1-alexander.stein@ew.tq-group.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 6390d42c
...@@ -70,7 +70,11 @@ properties: ...@@ -70,7 +70,11 @@ properties:
$ref: "regulator.yaml#" $ref: "regulator.yaml#"
type: object type: object
"^(vsnvs|vref|vrefddr|swbst|coin)$": "^vldo[1-4]$":
$ref: "regulator.yaml#"
type: object
"^(vsnvs|vref|vrefddr|swbst|coin|v33|vccsd)$":
$ref: "regulator.yaml#" $ref: "regulator.yaml#"
type: object type: object
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment