dt-bindings: arm: msm: qcom,llcc: Update property definitions

Vendor prefix qcom was updated for scid-heuristics properties.

Change-Id: I16c9e2197e348eac51d300258e482876bc51302e
Signed-off-by: Avinash Philip <quic_avinashp@quicinc.com>
This commit is contained in:
Avinash Philip
2024-08-12 23:49:53 +05:30
parent 4625e901da
commit 13295ebc98

View File

@@ -60,26 +60,26 @@ properties:
- const: qcom,llcc-perfmon - const: qcom,llcc-perfmon
- const: qcom,scid-heuristics - const: qcom,scid-heuristics
qcom,heuristics_scid: qcom,heuristics-scid:
$ref: '/schemas/types.yaml#/definitions/uint32' $ref: '/schemas/types.yaml#/definitions/uint32'
description: | description: |
SCID number of HEURISTICS SID SCID number of HEURISTICS SID
freq,threshold_idx: qcom,freq-threshold-idx:
$ref: '/schemas/types.yaml#/definitions/uint32-array' $ref: '/schemas/types.yaml#/definitions/uint32-array'
description: | description: |
CPU DVFS frequency threshold index CPU DVFS frequency threshold index
minItems: 1 minItems: 1
maxItems: 2 maxItems: 2
freq,threshold_residency: qcom,frequency-threshold-residency:
$ref: '/schemas/types.yaml#/definitions/uint32-array' $ref: '/schemas/types.yaml#/definitions/uint32-array'
description: | description: |
CPU DVFS frequency threshold Residency value in micro seconds CPU DVFS frequency threshold Residency value in micro seconds
minItems: 1 minItems: 1
maxItems: 2 maxItems: 2
qcom,scid_heuristics_enabled: qcom,scid-heuristics-enabled:
description: | description: |
On enabling this flag, Heristics driver will communicate to qcom On enabling this flag, Heuristics driver will communicate to qcom
control software to enable the Heristics based SCID functionality. control software to enable the Heuristics based SCID functionality.
type: boolean type: boolean
required: required:
@@ -141,10 +141,10 @@ examples:
scid_heuristics { scid_heuristics {
compatible = "qcom,scid-heuristics"; compatible = "qcom,scid-heuristics";
qcom,heuristics_scid = <32>; qcom,heuristics-scid = <32>;
freq,threshold_idx = <11>, <10>; qcom,freq-threshold-idx = <11>, <10>;
freq,threshold_residency = <5000>, <5000>; qcom,frequency-threshold-residency = <5000>, <5000>;
qcom,scid_heuristics_enabled; qcom,scid-heuristics-enabled;
}; };
}; };
}; };