diff --git a/configs/powerhint.json b/configs/powerhint.json index 04e21f1..c2b046b 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -162,6 +162,15 @@ ], "ResetOnInit": true }, + { + "Name": "UfsClkGateEnable", + "Path": "/sys/devices/platform/soc/1d84000.ufshc/clkgate_enable", + "Values": [ + "0", + "1" + ], + "ResetOnInit": true + }, { "Name": "PowerHALMainState", "Path": "vendor.powerhal.state", @@ -215,6 +224,12 @@ "Duration": 0, "Value": "3" }, + { + "PowerHint": "INTERACTION", + "Node": "UfsClkGateEnable", + "Duration": 200, + "Value": "0" + }, { "PowerHint": "INTERACTION", "Node": "CPUBigClusterMinFreq", @@ -263,6 +278,12 @@ "Duration": 0, "Value": "2929" }, + { + "PowerHint": "LAUNCH", + "Node": "UfsClkGateEnable", + "Duration": 5000, + "Value": "0" + }, { "PowerHint": "LAUNCH", "Node": "CPUBigClusterMaxFreq",