Merge "ARM: dts: msm: Update SLC SCID Heuristics property"

This commit is contained in:
QCTECMDR Service
2024-08-13 12:29:04 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 14 additions and 14 deletions

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;
}; };
}; };
}; };

View File

@@ -926,11 +926,11 @@
scid_heuristics { scid_heuristics {
compatible = "qcom,scid-heuristics"; compatible = "qcom,scid-heuristics";
qcom,heuristics_scid = <32>; qcom,heuristics-scid = <32>;
/* Need to update different value for V2 device */ /* Need to update different value for V2 device */
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;
}; };
}; };