Skip to content

Commit 68d8ad3

Browse files
konradybciovireshk
authored andcommitted
dt-bindings: opp: v2-qcom-level: Let qcom,opp-fuse-level be a 2-long array
In some instances (particularly with CPRh) we might want to specifiy more than one qcom,opp-fuse-level, as the same OPP subnodes may be used by different "CPR threads". We need to make sure that n = num_threads entries is legal and so far nobody seems to use more than two, so let's allow that. Acked-by: Rob Herring <[email protected]> Signed-off-by: Konrad Dybcio <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent cea7be9 commit 68d8ad3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/opp/opp-v2-qcom-level.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ patternProperties:
3030
this OPP node. Sometimes several corners/levels shares a certain fuse
3131
corner/level. A fuse corner/level contains e.g. ref uV, min uV,
3232
and max uV.
33-
$ref: /schemas/types.yaml#/definitions/uint32
33+
$ref: /schemas/types.yaml#/definitions/uint32-array
34+
minItems: 1
35+
maxItems: 2
3436

3537
required:
3638
- opp-level

0 commit comments

Comments
 (0)