diff options
author | Alexander Stein <[email protected]> | 2022-01-19 11:37:47 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-01-24 13:32:05 +0000 |
commit | 8e9977e48c7c2a49e09859456dcba12a8d804a51 (patch) | |
tree | 3441cb72046ef0f0e2cc46a31e995e905b9856a8 | |
parent | 6390d42c21efff0b4c10956a38e341f4e84ecd3d (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/regulator/pfuze100.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/pfuze100.yaml b/Documentation/devicetree/bindings/regulator/pfuze100.yaml index f578e72778a7..a26bbd68b729 100644 --- a/Documentation/devicetree/bindings/regulator/pfuze100.yaml +++ b/Documentation/devicetree/bindings/regulator/pfuze100.yaml @@ -70,7 +70,11 @@ properties: $ref: "regulator.yaml#" 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#" type: object |