From 55be01b6fcd0ceb58041dbc7524b54fac1f06d70 Mon Sep 17 00:00:00 2001 From: Avinash Philip Date: Mon, 12 Aug 2024 23:54:09 +0530 Subject: [PATCH] ARM: dts: msm: Update SLC SCID Heuristics property Update vendor prefix qcom for heuristics SCID property. Change-Id: I9a683f6ac543a2a7108986abd68f21c1df8a54bb Signed-off-by: Avinash Philip --- qcom/sun.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index be6624b9..70c0571e 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -926,11 +926,11 @@ scid_heuristics { compatible = "qcom,scid-heuristics"; - qcom,heuristics_scid = <32>; + qcom,heuristics-scid = <32>; /* Need to update different value for V2 device */ - freq,threshold_idx = <11>, <10>; - freq,threshold_residency = <5000>, <5000>; - qcom,scid_heuristics_enabled; + qcom,freq-threshold-idx = <11>, <10>; + qcom,frequency-threshold-residency = <5000>, <5000>; + qcom,scid-heuristics-enabled; }; };