mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-09 23:37:16 +09:00
sm6250-common: powerhint: Don't set max freq for LLCCBWMinFreq hint
* restores original logic and fixes this error: 08-27 02:38:48.695 W/libperfmgr(814): Failed to write to node: /sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/min_freq with value: 8137, fd: 11
This commit is contained in:
parent
5a5fab1e58
commit
a5acb78e21
@ -148,7 +148,7 @@
|
|||||||
"Name": "LLCCBWMinFreq",
|
"Name": "LLCCBWMinFreq",
|
||||||
"Path": "/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/min_freq",
|
"Path": "/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/min_freq",
|
||||||
"Values": [
|
"Values": [
|
||||||
"8137",
|
"6881",
|
||||||
"2929",
|
"2929",
|
||||||
"1144"
|
"1144"
|
||||||
],
|
],
|
||||||
@ -367,7 +367,7 @@
|
|||||||
"PowerHint": "LAUNCH",
|
"PowerHint": "LAUNCH",
|
||||||
"Node": "LLCCBWMinFreq",
|
"Node": "LLCCBWMinFreq",
|
||||||
"Duration": 5000,
|
"Duration": 5000,
|
||||||
"Value": "8137"
|
"Value": "6881"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "LAUNCH",
|
"PowerHint": "LAUNCH",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user