Skip to content

Commit 8e9977e

Browse files
tq-steinabroonie
authored andcommitted
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: Alexander Stein <alexander.stein@ew.tq-group.com> Link: https://lore.kernel.org/r/20220119103747.58305-1-alexander.stein@ew.tq-group.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 6390d42 commit 8e9977e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Documentation/devicetree/bindings/regulator/pfuze100.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ properties:
7070
$ref: "regulator.yaml#"
7171
type: object
7272

73-
"^(vsnvs|vref|vrefddr|swbst|coin)$":
73+
"^vldo[1-4]$":
74+
$ref: "regulator.yaml#"
75+
type: object
76+
77+
"^(vsnvs|vref|vrefddr|swbst|coin|v33|vccsd)$":
7478
$ref: "regulator.yaml#"
7579
type: object
7680

0 commit comments

Comments
 (0)