summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/opp
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2022-11-02 13:49:33 +0300
committerViresh Kumar <viresh.kumar@linaro.org>2022-11-04 08:29:01 +0300
commit1b91dba2474ed61c34e453a48c4968833ebd68c6 (patch)
treeabf88808a4e4f46466d6a6d8a633eaa72bf25730 /Documentation/devicetree/bindings/opp
parentd0c46b59ac82cb2c81c91188cb100401c1862d53 (diff)
downloadlinux-1b91dba2474ed61c34e453a48c4968833ebd68c6.tar.xz
dt-bindings: opp: Fix named microwatt property
The named microwatt-<name> property should look exactly like microvolt and microamp properties. There were some differences, fix them. Tested-by: James Calligeros <jcalligeros99@gmail.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/opp')
-rw-r--r--Documentation/devicetree/bindings/opp/opp-v2-base.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/opp/opp-v2-base.yaml b/Documentation/devicetree/bindings/opp/opp-v2-base.yaml
index cb025b0a346d..cf9c2f7bddc2 100644
--- a/Documentation/devicetree/bindings/opp/opp-v2-base.yaml
+++ b/Documentation/devicetree/bindings/opp/opp-v2-base.yaml
@@ -230,9 +230,9 @@ patternProperties:
minItems: 1
maxItems: 8 # Should be enough regulators
- '^opp-microwatt':
+ '^opp-microwatt-':
description:
- Named opp-microwatt property. Similar to opp-microamp property,
+ Named opp-microwatt property. Similar to opp-microamp-<name> property,
but for microwatt instead.
$ref: /schemas/types.yaml#/definitions/uint32-array
minItems: 1