Message ID | 20240708-topic-cpr3h-v15-3-5bc8b8936489@linaro.org |
---|---|
State | Not Applicable |
Headers | show |
Series | Add support for Core Power Reduction v3, v4 and Hardened | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On 08/07/2024 14:22, Konrad Dybcio wrote: > Some devices may use a shared OPP table, such as separate CPR threads. > Allow the table to be marked as such. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/opp/opp-v2-qcom-level.yaml b/Documentation/devicetree/bindings/opp/opp-v2-qcom-level.yaml index b203ea01b17a..cc694b254a14 100644 --- a/Documentation/devicetree/bindings/opp/opp-v2-qcom-level.yaml +++ b/Documentation/devicetree/bindings/opp/opp-v2-qcom-level.yaml @@ -16,6 +16,8 @@ properties: compatible: const: operating-points-v2-qcom-level + opp-shared: true + patternProperties: '^opp-?[0-9]+$': type: object
Some devices may use a shared OPP table, such as separate CPR threads. Allow the table to be marked as such. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Documentation/devicetree/bindings/opp/opp-v2-qcom-level.yaml | 2 ++ 1 file changed, 2 insertions(+)