From 13295ebc98334f4d475ed232b2b392fd1d0139a6 Mon Sep 17 00:00:00 2001 From: Avinash Philip Date: Mon, 12 Aug 2024 23:49:53 +0530 Subject: [PATCH] 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 --- bindings/arm/msm/qcom,llcc.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bindings/arm/msm/qcom,llcc.yaml b/bindings/arm/msm/qcom,llcc.yaml index 555eadf1..d8427ef5 100644 --- a/bindings/arm/msm/qcom,llcc.yaml +++ b/bindings/arm/msm/qcom,llcc.yaml @@ -60,26 +60,26 @@ properties: - const: qcom,llcc-perfmon - const: qcom,scid-heuristics - qcom,heuristics_scid: + qcom,heuristics-scid: $ref: '/schemas/types.yaml#/definitions/uint32' description: | SCID number of HEURISTICS SID - freq,threshold_idx: + qcom,freq-threshold-idx: $ref: '/schemas/types.yaml#/definitions/uint32-array' description: | CPU DVFS frequency threshold index minItems: 1 maxItems: 2 - freq,threshold_residency: + qcom,frequency-threshold-residency: $ref: '/schemas/types.yaml#/definitions/uint32-array' description: | CPU DVFS frequency threshold Residency value in micro seconds minItems: 1 maxItems: 2 - qcom,scid_heuristics_enabled: + qcom,scid-heuristics-enabled: description: | - On enabling this flag, Heristics driver will communicate to qcom - control software to enable the Heristics based SCID functionality. + On enabling this flag, Heuristics driver will communicate to qcom + control software to enable the Heuristics based SCID functionality. type: boolean required: @@ -141,10 +141,10 @@ examples: scid_heuristics { compatible = "qcom,scid-heuristics"; - qcom,heuristics_scid = <32>; - freq,threshold_idx = <11>, <10>; - freq,threshold_residency = <5000>, <5000>; - qcom,scid_heuristics_enabled; + qcom,heuristics-scid = <32>; + qcom,freq-threshold-idx = <11>, <10>; + qcom,frequency-threshold-residency = <5000>, <5000>; + qcom,scid-heuristics-enabled; }; }; };