Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <robh@kernel.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

authored by

Konrad Dybcio and committed by
Viresh Kumar
68d8ad3b cea7be90

+3 -1
+3 -1
Documentation/devicetree/bindings/opp/opp-v2-qcom-level.yaml
··· 30 30 this OPP node. Sometimes several corners/levels shares a certain fuse 31 31 corner/level. A fuse corner/level contains e.g. ref uV, min uV, 32 32 and max uV. 33 - $ref: /schemas/types.yaml#/definitions/uint32 33 + $ref: /schemas/types.yaml#/definitions/uint32-array 34 + minItems: 1 35 + maxItems: 2 34 36 35 37 required: 36 38 - opp-level