From 260d7c2dcc38884ec93866e3d2cd92d65045017f Mon Sep 17 00:00:00 2001 From: Linux Image Build Automation Date: Wed, 31 Jul 2024 15:02:54 -0700 Subject: [PATCH] Revert "dt-bindings: arm: msm: qcom,llcc: Add compatible for child node" This reverts commit 86a0fd1cc1497a14ccf4aa7bba319051a80b2bde. Change-Id: If0e1b973461dd9c85fbba4404eaeff545d8ecc4d Signed-off-by: Linux Image Build Automation --- bindings/arm/msm/qcom,llcc.yaml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/bindings/arm/msm/qcom,llcc.yaml b/bindings/arm/msm/qcom,llcc.yaml index 9d983a67..20bf3c49 100644 --- a/bindings/arm/msm/qcom,llcc.yaml +++ b/bindings/arm/msm/qcom,llcc.yaml @@ -85,18 +85,6 @@ allOf: - const: llcc3_base - const: llcc_broadcast_base - child-node: - description: Container of scid_heuristics node - properties: - required: - compatible: - const: qcom,scid-heuristics - qcom,heuristics_scid: Heuristics SCID number - freq,threshold_idx: Frequency level index for each Freq CPU domains, - freq,threshold_residency: Resideancy of the frequency for the Heuristics algorithm - heuristics_scid_thread_interval: Thread poll interval for Frequency monitoring - qcom,scid_heuristics_enabled: Flag to Disable enable the feature. - additionalProperties: false examples: @@ -119,14 +107,5 @@ examples: llcc_perfmon { compatible = "qcom,llcc-perfmon"; } - - scid_heuristics { - compatible = "qcom,scid-heuristics"; - qcom,heuristics_scid = <32>; - freq,threshold_idx = <11>, <10>; - freq,threshold_residency = <5000>, <5000>; - heuristics_scid_thread_interval = <16000>; - qcom,scid_heuristics_enabled; - }; }; };