aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexander Stein <alexander.stein@ew.tq-group.com> 2022-01-19 11:37:47 +0100
committerGravatar Mark Brown <broonie@kernel.org> 2022-01-24 13:32:05 +0000
commit8e9977e48c7c2a49e09859456dcba12a8d804a51 (patch)
tree3441cb72046ef0f0e2cc46a31e995e905b9856a8
parentregulator: qcom_smd: fix for_each_child.cocci warnings (diff)
downloadlinux-8e9977e48c7c2a49e09859456dcba12a8d804a51.tar.gz
linux-8e9977e48c7c2a49e09859456dcba12a8d804a51.tar.bz2
linux-8e9977e48c7c2a49e09859456dcba12a8d804a51.zip
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>
-rw-r--r--Documentation/devicetree/bindings/regulator/pfuze100.yaml6
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