From b14576f34f535de598fe14abafdff0a3a96b1b7b Mon Sep 17 00:00:00 2001 From: Alexander Winkowski Date: Wed, 24 Aug 2022 15:56:51 +0000 Subject: [PATCH] sm6250-common: powerhint: Remove TASchedtuneHighCap It hasn't been added to the new kernel for simplicity. Change-Id: I82b0851345c57372a497ff64d2f81c5579e92662 --- configs/powerhint.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/configs/powerhint.json b/configs/powerhint.json index 3918249..0c9c57e 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -96,15 +96,6 @@ ], "ResetOnInit": true }, - { - "Name": "TASchedtuneHighCap", - "Path": "/dev/stune/top-app/schedtune.prefer_high_cap", - "Values": [ - "1", - "0" - ], - "ResetOnInit": true - }, { "Name": "CPUBWHystTriggerCount", "Path": "/sys/class/devfreq/soc:qcom,cpu-cpu-llcc-bw/bw_hwmon/hyst_trigger_count", @@ -235,12 +226,6 @@ "Duration": 0, "Value": "20" }, - { - "PowerHint": "INTERACTION", - "Node": "TASchedtuneHighCap", - "Duration": 0, - "Value": "1" - }, { "PowerHint": "INTERACTION", "Node": "CPUBWHystTriggerCount",