From a73f46f36b0d52e25124f55b9912fe413cbcfe94 Mon Sep 17 00:00:00 2001 From: Jimmy Shiu Date: Wed, 12 Apr 2023 19:52:21 +0800 Subject: [PATCH] powerhint: Add DSU and BCI configuration Bug: 258100337 Bug: 272750446 Bug: 269809407 Test: build and boot Change-Id: I6869e554ba17823d047f103f44e5063b5686404b --- powerhint-akita.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/powerhint-akita.json b/powerhint-akita.json index 7cec266..bfa8f4e 100644 --- a/powerhint-akita.json +++ b/powerhint-akita.json @@ -19,6 +19,28 @@ ], "ResetOnInit": true }, + { + "Name": "DsuFreq", + "Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/min_freq", + "Values": [ + "2150000", + "1328000", + "820000", + "324000" + ], + "ResetOnInit": true + }, + { + "Name": "BCIFreq", + "Path": "/sys/devices/platform/170000a0.devfreq_bci/devfreq/170000a0.devfreq_bci/min_freq", + "Values": [ + "1850000", + "1205000", + "840000", + "315000" + ], + "ResetOnInit": true + }, { "Name": "CPULittleClusterMaxFreq", "Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",