From 98d5b5b8d01a7edb75a436aaac783114dcde9ba0 Mon Sep 17 00:00:00 2001 From: Wilson Chan Date: Thu, 18 Jul 2024 20:16:00 +0530 Subject: [PATCH] sm6375-common: configs: Add Flipendo powerhint Bug: 153940282 Test: Manually check powerhint succeeds and check perf Change-Id: Ia3482d3e3b69562aa7c0e5dd326037d1b3806930 --- configs/powerhint.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/configs/powerhint.json b/configs/powerhint.json index 37b7036..08c450e 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -414,6 +414,18 @@ "Node": "GPUMaxFreq", "Duration": 0, "Value": "840000000" + }, + { + "PowerHint": "Flipendo", + "Node": "CPULittleClusterMaxFreq", + "Duration": 0, + "Value": "1651200" + }, + { + "PowerHint": "Flipendo", + "Node": "CPUBigClusterMaxFreq", + "Duration": 0, + "Value": "1516800" } ] }