From b06ff4dd496d84a94147092780c59e403dfd5dca Mon Sep 17 00:00:00 2001 From: Kyle Lin Date: Mon, 8 Aug 2022 18:11:31 +0800 Subject: [PATCH] Update MIFTargetLoad default values Bug: 237365265 Test: build, boot and check the values Change-Id: Ibdafe72dc7200c11f3aa84e49e49e6ed0d359b42 --- powerhint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerhint.json b/powerhint.json index 6376757..ee82abe 100644 --- a/powerhint.json +++ b/powerhint.json @@ -145,9 +145,9 @@ "Name": "MIFTargetLoad", "Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load", "Values": [ - "20 5 80", "20 10 80", - "80 10 80" + "80 10 80", + "60 10 40" ], "ResetOnInit": true },