Skip to content

Commit 1b91dba

Browse files
committed
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>
1 parent d0c46b5 commit 1b91dba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/opp/opp-v2-base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ patternProperties:
230230
minItems: 1
231231
maxItems: 8 # Should be enough regulators
232232

233-
'^opp-microwatt':
233+
'^opp-microwatt-':
234234
description:
235-
Named opp-microwatt property. Similar to opp-microamp property,
235+
Named opp-microwatt property. Similar to opp-microamp-<name> property,
236236
but for microwatt instead.
237237
$ref: /schemas/types.yaml#/definitions/uint32-array
238238
minItems: 1

0 commit comments

Comments
 (0)