From 4b9e90d4fb6602f4d2e8c15f4730d6441c4cd691 Mon Sep 17 00:00:00 2001 From: Vivekachooz Date: Thu, 18 Jul 2024 20:16:00 +0530 Subject: [PATCH] sm6375-common: configs: Tune CPUBWMinFreq to a higher frequency Change-Id: Iceb807b2175141576381fa9dd9a96c8845db3d3b --- configs/powerhint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/powerhint.json b/configs/powerhint.json index ed4304b..15f9b8e 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -165,6 +165,7 @@ "Path": "/sys/class/devfreq/soc:qcom,cpu-cpu-ddr-bw/min_freq", "Values": [ "7980", + "6881", "5931", "3879", "762" @@ -279,7 +280,7 @@ "PowerHint": "INTERACTION", "Node": "CPUBWMinFreq", "Duration": 0, - "Value": "5931" + "Value": "6881" }, { "PowerHint": "LAUNCH",